{"id":20313145,"url":"https://github.com/cyberarm/gosu_notifications","last_synced_at":"2025-10-27T05:15:56.082Z","repository":{"id":56875002,"uuid":"289394611","full_name":"cyberarm/gosu_notifications","owner":"cyberarm","description":"A simple notifications system for Gosu","archived":false,"fork":false,"pushed_at":"2021-02-17T14:01:54.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T18:11:12.833Z","etag":null,"topics":["gosu","ruby"],"latest_commit_sha":null,"homepage":"","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-08-22T01:05:11.000Z","updated_at":"2024-11-09T11:51:58.000Z","dependencies_parsed_at":"2022-08-20T22:00:41.457Z","dependency_job_id":null,"html_url":"https://github.com/cyberarm/gosu_notifications","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fgosu_notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fgosu_notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fgosu_notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Fgosu_notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberarm","download_url":"https://codeload.github.com/cyberarm/gosu_notifications/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.585Z","updated_at":"2025-10-27T05:15:56.003Z","avatar_url":"https://github.com/cyberarm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GosuNotifications\n\nA simple notifications system for Gosu\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"gosu_notifications\"\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install gosu_notifications\n\n## Usage\n\n```ruby\nrequire \"gosu\"\nrequire \"gosu_notifications\"\n\nclass Window \u003c Gosu::Window\n  def initialize\n    super 640, 480, false\n\n    @notification_manager = GosuNotifications::NotificationManager.new(window: self)\n  end\n\n  def draw\n    @notification_manager.draw\n  end\n\n  def update\n    @notification_manager.update\n  end\n\n  def button_down(id)\n    @notification_manager.create_notification(\n        title: \"A Button Has Been Pressed\",\n        tagline: \"#{id}\"\n    )\n  end\nend\n\nWindow.new.show\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. 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/[USERNAME]/gosu_notifications.\n\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_notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberarm%2Fgosu_notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberarm%2Fgosu_notifications/lists"}