ray icon indicating copy to clipboard operation
ray copied to clipboard

A Ruby library for games — supporting audio spatialization and 2D (and even 3D!) graphics

Results 15 ray issues
Sort by recently updated
recently updated
newest added

A tiny update of extconf to be able to install the gem on linux Tested on (Ubuntu 19.10 with `ruby 2.7.0`) Command to install prerequires packages ```shell sudo apt install...

Only add syntax highlighting on readme

If I write a render block like: render { |win| win.draw shape } then it looks like everything in it it's continuosly redrawn to the screen? If I put a...

I want to be able to play full-motion video (a feature that a lot of games have), preferably with subtitle and video-control support.

If you wait a while when running a program you will get this: good.rb:47: [BUG] Segmentation fault at 0x0000000007ff80 ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] -- Control frame information -----------------------------------------------...

Hi, I may be making some tweaks to Ray as I work on my own projects. Are patches still welcome? If so, I'll send some improvements upstream if they seem...

on :text_entered do |text| @text_entered [:bold]) end When I draw text - It always is 0,0 position as it just renders the array of text - however I want to...

When trying to generate the documentation with yard I get the following error: ``` Sams-Air:ray samkellett$ yard doc /Users/samkellett/Software/ray/yard_ext.rb:19:in `': uninitialized constant YARD::Parser::CParser (NameError) from /Library/Ruby/Gems/2.0.0/gems/yard-0.8.7.6/lib/yard/cli/command.rb:69:in `load' from /Library/Ruby/Gems/2.0.0/gems/yard-0.8.7.6/lib/yard/cli/command.rb:69:in `load_script'...

I'm trying to install this on a fairly new laptop and can't get it to work in 1.8.7 or 1.9.2. I have homebrew and have installed both glew and libsndfile....