DXRubyEditor
An editor (similar to vscode) and runtime environment for DXRuby.
<img width=â70%â src=â./ss01.jpgâ >
Installation
gem install 'dxruby_editor'
Usage
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
Contributing
-
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
LICENSE
The gem is available as open source under the terms of the MIT License.