{"id":20313143,"url":"https://github.com/cyberarm/gosu_more_drawables","last_synced_at":"2026-06-05T03:31:31.835Z","repository":{"id":56875000,"uuid":"235251777","full_name":"cyberarm/gosu_more_drawables","owner":"cyberarm","description":"Adds circles and arcs to Gosu","archived":false,"fork":false,"pushed_at":"2020-06-17T00:32:36.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T19:07:34.267Z","etag":null,"topics":["gosu","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}},"created_at":"2020-01-21T03:55:55.000Z","updated_at":"2024-06-23T23:44:40.000Z","dependencies_parsed_at":"2022-08-20T10:40:34.947Z","dependency_job_id":null,"html_url":"https://github.com/cyberarm/gosu_more_drawables","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fgosu_more_drawables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fgosu_more_drawables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fgosu_more_drawables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fgosu_more_drawables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberarm","download_url":"https://codeload.github.com/cyberarm/gosu_more_drawables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241812300,"owners_count":20024348,"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":["gosu","ruby"],"created_at":"2024-11-14T18:09:31.312Z","updated_at":"2025-12-04T09:09:04.210Z","avatar_url":"https://github.com/cyberarm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GosuMoreDrawables\n\nAdds `Gosu.draw_circle` and `Gosu.draw_arc` to the Gosu game library.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'gosu_more_drawables'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install gosu_more_drawables\n\n## Usage\n\n``` ruby\nrequire \"gosu\"\nrequire \"gosu_more_drawables\"\n\nclass DemoWindow \u003c Gosu::Window\n  def initialize\n    super(500, 500, false)\n  end\n\n  def draw\n    Gosu.draw_circle(250, 250, 200, 128, Gosu::Color.rgb(0, 200, 0))\n    Gosu.draw_arc(250, 250, 200, 1.0, 128, 4, Gosu::Color.rgba(127, 64, 0, 100))\n  end\nend\n\nDemoWindow.new.show\n```\n\n![screenshot of example](https://raw.githubusercontent.com/cyberarm/gosu_more_drawables/master/media/screenshot.png)\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/gosu_more_drawables.\n\n## License\n\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%2Fcyberarm%2Fgosu_more_drawables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberarm%2Fgosu_more_drawables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberarm%2Fgosu_more_drawables/lists"}