{"id":24616073,"url":"https://github.com/sabedoesthings/sapphireengine","last_synced_at":"2026-01-04T15:04:24.365Z","repository":{"id":271973305,"uuid":"915149733","full_name":"SabeDoesThings/SapphireEngine","owner":"SabeDoesThings","description":"2D and 3D game engine that uses the highly portable Haxe programming language","archived":false,"fork":false,"pushed_at":"2025-01-18T23:33:53.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T00:23:36.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/SabeDoesThings.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":"2025-01-11T05:10:51.000Z","updated_at":"2025-01-18T23:33:55.000Z","dependencies_parsed_at":"2025-01-11T06:18:55.893Z","dependency_job_id":"def860cf-3faf-4974-b72a-f545a94e1eab","html_url":"https://github.com/SabeDoesThings/SapphireEngine","commit_stats":null,"previous_names":["sabedoesthings/sapphireengine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeDoesThings%2FSapphireEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeDoesThings%2FSapphireEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeDoesThings%2FSapphireEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeDoesThings%2FSapphireEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SabeDoesThings","download_url":"https://codeload.github.com/SabeDoesThings/SapphireEngine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244290117,"owners_count":20429314,"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":[],"created_at":"2025-01-24T22:15:53.085Z","updated_at":"2026-01-04T15:04:24.360Z","avatar_url":"https://github.com/SabeDoesThings.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SapphireEngine (WIP)\r\npowered by [sdlada](https://github.com/ada-game-framework/sdlada)\r\n\r\n\u003cimg width=\"948\" height=\"664\" alt=\"sapphireenginelogo\" src=\"https://github.com/SabeDoesThings/SapphireEngine/blob/main/art/sapphireenginelogo_outline.png\" /\u003e\r\n\r\nA simple 2D game engine for the [Ada](https://ada-lang.io/) programming language\r\n(Primarily for my own use but is open for anyone)\r\n\r\n## Install\r\nTo install just make a new alire project and do\r\n```bash\r\nalr with sapphire_engine --use=https://github.com/SabeDoesThings/SapphireEngine.git\r\n```\r\n\r\n## Barebones Example (rest of the example in the [examples](https://github.com/SabeDoesThings/SapphireEngine/tree/main/examples/barebones_example) folder)\r\n```ada\r\npackage body Main is\r\n   overriding\r\n   procedure Init (G : in out Game) is\r\n   begin\r\n      null;\r\n   end Init;\r\n\r\n   overriding\r\n   procedure Update (G : in out Game; Dt : Float) is\r\n   begin\r\n      --  update loop\r\n      Ada.Text_IO.Put_Line (\"FPS: \" \u0026 Get_FPS'Image); --  print FPS\r\n   end Update;\r\n\r\n   overriding\r\n   procedure Render (G : in out Game) is\r\n   begin\r\n      CLS (99, 149, 238); --  clear the screen (cornflower blue color)\r\n   end Render;\r\n\r\n   overriding\r\n   procedure Destroy (G : in out Game) is\r\n   begin\r\n      null; --  destroy any objects like textures or sounds\r\n   end Destroy;\r\nend Main;\r\n```\r\nMore example can be found in the [examples](https://github.com/SabeDoesThings/SapphireEngine/tree/main/examples) folder.\r\n\r\n## Documentation\r\nTODO:\r\n\r\n## Contributions\r\nContributions are welcome! :D\r\n\r\n## Showcase\r\nTODO:\r\n\r\n## Features To Add\r\n- [x] 2d rendering\r\n- [x] sprite sheet animation\r\n- [x] camera\r\n- [ ] scene system\r\n- [ ] particles\r\n- [ ] 2d physics\r\n- [ ] optional 2d level editor\r\n- [ ] 3d?\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabedoesthings%2Fsapphireengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabedoesthings%2Fsapphireengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabedoesthings%2Fsapphireengine/lists"}