An editor (similar to vscode) and runtime environment for DXRuby.
gem install 'dxruby_editor'
require 'dxruby_editor'
Window.width = 1280
editor = DXRubyEditor::Editor.new(640, 480, page_height: 800)
Window.loop do
break if Input.key_down?(K_ESCAPE)
Window.draw_font(0, 0, "fps : #{Window.real_fps}", Font.default)
end
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
The gem is available as open source under the terms of the MIT License.