Example projects demonstrating the ruby_rpg game engine.
bundle install01 - Hello ruby_rpg
Basic setup with camera, lighting, and a sphere.
bundle exec ruby guides/01_hello_ruby_rpg/main.rb02 - Your First Component
Custom component with mouse-controlled spinning cube.
bundle exec ruby guides/02_your_first_component/main.rbPress Escape to exit any example.