![]() |
Software > Ruby >
Ruby mentoring > Ruby mentoring tools > (Multimedia development frameworks)
(on Wikipedia)
https://www.ogre3d.org/
https://web.archive.org/web/20160603060922/http://ogrerb.rubyforge.org/
As 3D rendering engine that abstracts from the underlying system libraries, like Direct3D and OpenGL.
Ogre.rb wraps the main OGRE Rendering Engine, giving access to it from Ruby.
-
OGRE = Object-Oriented Graphics Rendering Engine
rubygame ∞
exploring rubygame
gem install rubygame gem install rubysdl
Windows needs additional stuff:
DevKit:
- download github.com/downloads/oneclick/rubyinstaller/DevKit-4.5.0-20100819-1536-sfx.exe
-
run the installer
dk.rb init dk.rb install gem install rdiscount --platform=ruby
- download was rubyforge.org/frs/download.php/52686/ruby-opengl-0.60.1-x86-mswin32.gem
-
open a command prompt
cd <the directory you downloaded it> gem install ruby-opengl cd \Ruby187\lib\ruby\gems\1.8\gems\ruby-opengl-0.60.1-x86-mswin32\examples\NeHe ruby nehe_lesson02.rb ruby nehe_lesson03.rb ruby nehe_lesson04.rb ruby nehe_lesson05.rb ruby nehe_lesson36.rb
.. needs GLUT (OpenGL Utility Toolkit)
- copy the .dll to windows/system
-
gem install rubysdl… ?
bah, not working.. fuck it.

