{"id":19476009,"url":"https://github.com/yoyoengine/yoyoengine","last_synced_at":"2025-04-25T14:32:10.837Z","repository":{"id":189057369,"uuid":"679954837","full_name":"yoyoengine/yoyoengine","owner":"yoyoengine","description":"A custom, hackable 2D game engine written in C.","archived":false,"fork":false,"pushed_at":"2025-03-30T22:55:36.000Z","size":24931,"stargazers_count":24,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T09:55:44.558Z","etag":null,"topics":["c","engine","game-engine","sdl2","sdl2-image","sdl2-mixer","sdl2-ttf","yoyoengine"],"latest_commit_sha":null,"homepage":"https://zoogies.github.io/yoyoengine/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoyoengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-08-18T02:22:48.000Z","updated_at":"2025-03-17T00:42:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"46f4494f-5f10-48d5-8680-d83ade0ad9c8","html_url":"https://github.com/yoyoengine/yoyoengine","commit_stats":null,"previous_names":["yoyolick/yoyoengine","zoogies/yoyoengine","yoyoengine/yoyoengine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoyoengine%2Fyoyoengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoyoengine%2Fyoyoengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoyoengine%2Fyoyoengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoyoengine%2Fyoyoengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoyoengine","download_url":"https://codeload.github.com/yoyoengine/yoyoengine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250834141,"owners_count":21494918,"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":["c","engine","game-engine","sdl2","sdl2-image","sdl2-mixer","sdl2-ttf","yoyoengine"],"created_at":"2024-11-10T19:36:01.422Z","updated_at":"2025-04-25T14:32:08.235Z","avatar_url":"https://github.com/yoyoengine.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cpicture style=\"width: 100%; height: auto;\"\u003e\n        \u003csource srcset=\".github/media/lightheader.png\"  media=\"(prefers-color-scheme: dark)\"\u003e\n        \u003cimg src=\".github/media/darkheader.png\"\u003e\n    \u003c/picture\u003e\n\u003c/div\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![wakatime](https://wakatime.com/badge/user/3e73d21c-9ccb-4e77-ab4d-6f58f0296cfa/project/d703c117-3f87-4f6f-96f5-e0c40088a6a0.svg)](https://wakatime.com/badge/user/3e73d21c-9ccb-4e77-ab4d-6f58f0296cfa/project/d703c117-3f87-4f6f-96f5-e0c40088a6a0?style=for-the-badge)\n![GitHub repo size](https://img.shields.io/github/repo-size/zoogies/yoyoengine)\n![GitHub Tag](https://img.shields.io/github/v/tag/zoogies/yoyoengine)\n\n---\n\nA custom, hackable 2D Game Engine written in C.\n\nCheck out the hand-crafted documentation website **[here](https://zoogies.github.io/yoyoengine)**.\n\nFor advanced C developers, you can generate Doxygen documentation with `doxygen Doxyfile` in the `engine` directory.\n\n#### Head on over to [the yoyoengine hub](https://github.com/yoyoengine/launcher) to download the latest editor release.\n\n## What?\n\nYoyoengine started as a small game in SDL, and evolved into a fully featured, general purpose 2D game engine.\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/yoyoengine/yoyoeditor/main/.github/media/zoogies.png\" alt=\"Zoogies Logo\"/\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/yoyoengine/yoyoeditor/main/.github/media/theriac.png\" alt=\"Theriac\"/\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/yoyoengine/yoyoeditor/main/.github/media/vannie.png\" alt=\"Raise A Vannie\"/\u003e\n\n### Feature List:\n\n- Easy to use visual editor\n- Multi platform support (Windows, Linux, Web)\n- Basic Networking through **SDL_net**\n- Asset bundling by default, for optimized builds.\n- A plugin system, with a few premade plugins for things like Discord RPC (see [yoyo-rpc](https://github.com/zoogies/yoyo-rpc))\n- Generic Gamepad and Controller abstraction layer\n- First class Lua scripting support, with native C scripting for complex or performance critical tasks\n\n### Tech Stack:\n\n- [SDL2](https://www.libsdl.org/) (windowing, rendering, audio, input, networking, etc)\n- [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) (UI)\n- [Uthash](https://github.com/troydhanson/uthash) (Hash tables)\n- [Jansson](https://github.com/akheron/jansson) (JSON parsing)\n- [Lua](https://www.lua.org/) (Scripting)\n- Custom Entity Component System\n- Custom binary packing format for assets, with [zlib](https://zlib.net/) for compression\n- Custom physics and collision system\n\n## Why?\n\nIn May 2023, I started working on a visual novel game in SDL2 as a way to learn C for the very first time. While I have yet to finish that game, the dopamine loop of working with a lower level language quickly spiraled me into a scope creep grind, and I ended up with a fully featured, general purpose game engine.\n\n## Who?\n\n### Zoogies.\n\nI work on random projects of interest, and occasionally build games with this engine.\n\nFeel free to check out my work on [GitHub](https://github.com/zoogies) or [Itch.io](https://zoogies.itch.io/).\n\nYou can get in touch with me through my [portfolio](https://zmuda.dev), on discord `@zoogies`, or by opening an issue on this repository. I don't usually check my email, but you can try that too.\n\n## Credit\n\n- The listed dependencies, for making this project possible.\n- [Kaidiak](https://linktr.ee/kaidiak), for producing the engine splash screen sound effect.\n- Ben Mathes, for creating icons used in the editor.\n- The [SDL discord](https://discord.gg/BwpFGBWsv8), a must join community if you use SDL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoyoengine%2Fyoyoengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoyoengine%2Fyoyoengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoyoengine%2Fyoyoengine/lists"}