{"id":20313148,"url":"https://github.com/cyberarm/cyberarm_engine","last_synced_at":"2025-04-11T16:51:51.377Z","repository":{"id":53480904,"uuid":"136493694","full_name":"cyberarm/cyberarm_engine","owner":"cyberarm","description":"Yet another framework for building games with Gosu","archived":false,"fork":false,"pushed_at":"2024-04-09T14:27:15.000Z","size":391,"stargazers_count":5,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T14:35:43.530Z","etag":null,"topics":["game-development","game-engine","game-engine-2d","gosu","gui","ruby"],"latest_commit_sha":null,"homepage":null,"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/cyberarm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2018-06-07T15:03:58.000Z","updated_at":"2024-06-23T23:41:57.000Z","dependencies_parsed_at":"2023-11-18T00:53:43.089Z","dependency_job_id":"cdad5258-6a98-4380-a48f-fcbd32ab0da8","html_url":"https://github.com/cyberarm/cyberarm_engine","commit_stats":{"total_commits":244,"total_committers":1,"mean_commits":244.0,"dds":0.0,"last_synced_commit":"98948c891aaed7183075eadb20565afabe6a437c"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fcyberarm_engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fcyberarm_engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fcyberarm_engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fcyberarm_engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberarm","download_url":"https://codeload.github.com/cyberarm/cyberarm_engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248443109,"owners_count":21104341,"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":["game-development","game-engine","game-engine-2d","gosu","gui","ruby"],"created_at":"2024-11-14T18:09:32.114Z","updated_at":"2025-04-11T16:51:51.356Z","avatar_url":"https://github.com/cyberarm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CyberarmEngine](https://raw.githubusercontent.com/cyberarm/cyberarm_engine/master/assets/textures/logo.png)\n\nYet Another Game Engine On Top Of Gosu\n\n## Features\n* [Shoes-like](http://shoesrb.com) GUI support\n* OpenGL Shader support (requires [opengl-bindings](https://github.com/vaiorabbit/ruby-opengl) gem)\n* Includes classes for handling Vectors, Rays, Bounding Boxes, and Transforms\n* GameState system\n* Monolithic GameObjects\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'cyberarm_engine'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install cyberarm_engine\n\n## Usage\n\n```ruby\nrequire \"cyberarm_engine\"\n\nclass Hello \u003c CyberarmEngine::GuiState\n  def setup\n    background Gosu::Color::GRAY\n\n    stack do\n      label \"Hello World!\"\n\n      button \"close\" do\n        window.close\n      end\n    end\n  end\nend\n\nclass Window \u003c CyberarmEngine::Window\n  def setup\n    self.show_cursor = true\n\n    push_state(Hello)\n  end\nend\n\nWindow.new(width: 800, height: 600, fullscreen: false, resizable: true).show\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/cyberarm/cyberarm_engine.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the CyberarmEngine project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the ruby moto of \"Matz is nice so we are nice.\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberarm%2Fcyberarm_engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberarm%2Fcyberarm_engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberarm%2Fcyberarm_engine/lists"}