{"id":21957920,"url":"https://github.com/stonesaw/dxruby_editor","last_synced_at":"2025-10-13T08:15:38.031Z","repository":{"id":111848037,"uuid":"349280690","full_name":"stonesaw/dxruby_editor","owner":"stonesaw","description":"An editor (similar to vscode) and runtime environment for DXRuby.","archived":false,"fork":false,"pushed_at":"2021-08-28T08:43:01.000Z","size":198,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-01-27T23:40:46.881Z","etag":null,"topics":["dxruby","game-development","ruby","rubygem"],"latest_commit_sha":null,"homepage":"https://stonesaw.github.io/dxruby_editor","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stonesaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-19T02:46:28.000Z","updated_at":"2022-08-20T17:04:41.000Z","dependencies_parsed_at":"2023-03-16T11:30:56.582Z","dependency_job_id":null,"html_url":"https://github.com/stonesaw/dxruby_editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonesaw%2Fdxruby_editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonesaw%2Fdxruby_editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonesaw%2Fdxruby_editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonesaw%2Fdxruby_editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stonesaw","download_url":"https://codeload.github.com/stonesaw/dxruby_editor/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245013930,"owners_count":20547177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dxruby","game-development","ruby","rubygem"],"created_at":"2024-11-29T08:58:34.325Z","updated_at":"2025-10-13T08:15:32.996Z","avatar_url":"https://github.com/stonesaw.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DXRubyEditor\nAn editor (similar to vscode) and runtime environment for DXRuby.\n\n\u003cimg width=\"70%\" src=\"./ss01.jpg\" \u003e\n\n\n## Installation\n\n```ruby\ngem install 'dxruby_editor'\n```\n\n\n## Usage\n\n```ruby\nrequire 'dxruby_editor'\n\nWindow.width = 1280\n\neditor = DXRubyEditor::Editor.new(640, 480, page_height: 800)\n\nWindow.loop do\n  break if Input.key_down?(K_ESCAPE)\n\n  Window.draw_font(0, 0, \"fps : #{Window.real_fps}\", Font.default)\nend\n```\n\n\n## Contributing\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n\n## [LICENSE](./LICENSE)\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstonesaw%2Fdxruby_editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstonesaw%2Fdxruby_editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstonesaw%2Fdxruby_editor/lists"}