{"id":21068616,"url":"https://github.com/mysticquest/sdl-ecs-game-engine","last_synced_at":"2026-05-19T00:42:08.878Z","repository":{"id":172527996,"uuid":"649398983","full_name":"MysticQuest/sdl-ecs-game-engine","owner":"MysticQuest","description":"A C++ game engine with ECS architecture, using SDL, handling rendering, transform, input and collision.","archived":false,"fork":false,"pushed_at":"2023-10-26T15:26:22.000Z","size":1600,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T21:38:38.512Z","etag":null,"topics":["cpp","ecs","game-engine","sdl2"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MysticQuest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-06-04T18:08:59.000Z","updated_at":"2024-06-13T08:46:18.000Z","dependencies_parsed_at":"2025-01-20T21:46:56.555Z","dependency_job_id":null,"html_url":"https://github.com/MysticQuest/sdl-ecs-game-engine","commit_stats":null,"previous_names":["mysticquest/sdl-project","mysticquest/sdl-ecs-game-engine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MysticQuest%2Fsdl-ecs-game-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MysticQuest%2Fsdl-ecs-game-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MysticQuest%2Fsdl-ecs-game-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MysticQuest%2Fsdl-ecs-game-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MysticQuest","download_url":"https://codeload.github.com/MysticQuest/sdl-ecs-game-engine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243510056,"owners_count":20302296,"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":["cpp","ecs","game-engine","sdl2"],"created_at":"2024-11-19T18:23:34.820Z","updated_at":"2026-05-19T00:42:08.732Z","avatar_url":"https://github.com/MysticQuest.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breeze engine (WIP)\nA simple ECS game engine using SDL.\n\nThis repo contains a VS solution made of two projects.\n- A game engine (library build dependency for the game).\n- A game (windows application).\n\nWhen the engine project is built, its DLL, any SDL runtime dependencies, a res folder containing the textures,  and an engine.ini file containing settings, get copied to the game's binaries path.\n\n### Entity Component System\n- Entities work as plain identifiers and are mapped to components.\n- Components are simple data structs, devoid of behaviour.\n- Systems manage the components' behaviour and logic.\n\n### Supported Components\n- Rendering\n- Input\n- Transform\n- Collision\n\n### Notes\n- The engine loop handles low level runtime functions (frames, rendering, system update, event polling etc).\n- The engine loop is agnostically observed by the game's update, intended for game-specific logic.\n- At the moment, the game reads the engine.ini and loads the textures inside the res folder.\n\n## Sample Game\n![image](https://github.com/MysticQuest/sdl-ecs-game-engine/assets/9077026/60f4e832-c74d-4d33-a827-0e9c5b3b2091)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmysticquest%2Fsdl-ecs-game-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmysticquest%2Fsdl-ecs-game-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmysticquest%2Fsdl-ecs-game-engine/lists"}