{"id":18732319,"url":"https://github.com/xord/reight","last_synced_at":"2026-04-09T17:21:54.324Z","repository":{"id":260819560,"uuid":"880952919","full_name":"xord/reight","owner":"xord","description":"A Retro Game Engine for Ruby","archived":false,"fork":false,"pushed_at":"2025-04-08T15:12:47.000Z","size":222,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T16:25:43.156Z","etag":null,"topics":["2d","game","gameengine","retro","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/xord.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","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":"2024-10-30T16:49:19.000Z","updated_at":"2025-04-08T15:12:31.000Z","dependencies_parsed_at":"2024-11-02T20:18:08.475Z","dependency_job_id":"b236d45c-67e8-4566-ae54-2d52b4313a0a","html_url":"https://github.com/xord/reight","commit_stats":null,"previous_names":["xord/reight"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xord%2Freight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xord%2Freight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xord%2Freight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xord%2Freight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xord","download_url":"https://codeload.github.com/xord/reight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199246,"owners_count":21063641,"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":["2d","game","gameengine","retro","ruby"],"created_at":"2024-11-07T15:05:16.618Z","updated_at":"2026-04-09T17:21:54.270Z","avatar_url":"https://github.com/xord.png","language":"Ruby","readme":"# Reight - A Retro Game Engine for Ruby\n\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/xord/reight)\n![License](https://img.shields.io/github/license/xord/reight)\n![Build Status](https://github.com/xord/reight/actions/workflows/test.yml/badge.svg)\n![Gem Version](https://badge.fury.io/rb/reight.svg)\n\nReight is an open-source Ruby library inspired by the powerful [Processing](https://processing.org/) API, designed to make creative coding accessible and enjoyable for everyone. With support for both Mac and Windows, this library brings the joy of visual programming to Ruby developers.\n\n## Features\n\n- **Processing API Compatibility**: Leverage the well-known Processing API to create stunning visuals, animations, and interactive applications using Ruby.\n- **Cross-Platform**: Works seamlessly on both macOS and Windows environments.\n- **Ruby-Powered**: Enjoy the elegance and simplicity of Ruby while crafting creative projects.\n- **Extensible and Open**: Modify and extend the library to fit your unique needs.\n\n## Installation\n\nInstall the gem via RubyGems:\n\n```bash\ngem install reight\n```\n\nOr add it to your Gemfile:\n\n```ruby\ngem 'reight'\n```\n\nThen run:\n\n```bash\nbundle install\n```\n\n## Getting Started\n\nHere’s a simple example to get you started:\n\n```ruby\n# Create a window and draw something\ndraw do\n  background 0\n  $sprites ||= project.maps.first.map(\u0026:to_sprite)\n  sprite $sprites\nend\n```\n\nRun the script and watch your window come to life!\n\n```bash\n$ bundle exec r8 --edit .\n```\n\nYou can find example projects in [xord/reight-examples](https://github.com/xord/reight-examples).\n\n## Documentation\n\nComprehensive documentation and guides can be found [here](https://www.rubydoc.info/gems/reight/).\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nHappy coding with Ruby and Processing!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxord%2Freight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxord%2Freight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxord%2Freight/lists"}