{"id":37692431,"url":"https://github.com/kadir014/lumina","last_synced_at":"2026-01-16T12:43:34.637Z","repository":{"id":217770318,"uuid":"744761945","full_name":"kadir014/lumina","owner":"kadir014","description":"Lightweight and cross-platform game engine in C","archived":false,"fork":false,"pushed_at":"2024-02-25T19:39:24.000Z","size":299,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-25T20:44:19.082Z","etag":null,"topics":["2d","c","cross-platform","game-development","game-engine","gamedev","linux","wasm","web","windows"],"latest_commit_sha":null,"homepage":"","language":"C","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/kadir014.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}},"created_at":"2024-01-18T00:29:24.000Z","updated_at":"2024-01-19T21:03:22.000Z","dependencies_parsed_at":"2024-01-24T12:06:09.327Z","dependency_job_id":"76e14e51-6550-4438-91d3-dc2cb31df26e","html_url":"https://github.com/kadir014/lumina","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"bc3a4bbc8919945de6784a7872dd2f2645a249c6"},"previous_names":["kadir014/lumina"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kadir014/lumina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadir014%2Flumina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadir014%2Flumina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadir014%2Flumina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadir014%2Flumina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kadir014","download_url":"https://codeload.github.com/kadir014/lumina/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadir014%2Flumina/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","c","cross-platform","game-development","game-engine","gamedev","linux","wasm","web","windows"],"created_at":"2026-01-16T12:43:34.519Z","updated_at":"2026-01-16T12:43:34.611Z","avatar_url":"https://github.com/kadir014.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cb\u003eLumina\u003c/b\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-0.1.0-yellow\"\u003e\n  \u003ca href=\"https://app.codacy.com/gh/kadir014/lumina/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade\"\u003e\u003cimg src=\"https://app.codacy.com/project/badge/Grade/9556f3db17d54b288557d3b2e9dbf366\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nLumina is a lightweight and cross-platform 2D game engine.\n\u003c/p\u003e\n\n\n\n# Roadmap \u0026 Future\nLumina is a pretty recent project of mine which I started working over the semester break. Lumina is a latin origin word, meaning *\"light\"*. It is built on top of the brilliant SDL2 library. I want the game engine to be able to run (and build) easily on Android as well as desktop and web.\n\n\n\n# Installing \u0026 Building\n\n### Building for desktop\n**❗ Prerequisite**: Make sure you have GCC / MinGW installed.\n\nClone (or download) the repository\n```\n$ git clone https://github.com/kadir014/lumina.git\n```\n\nSet working directory to Lumina\n```\n$ cd /path/to/lumina/\n```\n\nRun the build script. It will build the game engine and the basic example, then run it if succesful.\n```\n$ python build.py\n```\n\n### Building for web\n**❗ Prerequisite**: Make sure you have Emscripten installed. ([Installing guide](https://emscripten.org/docs/getting_started/downloads.html))\n\nClone (or download) the repository\n```\n$ git clone https://github.com/kadir014/lumina.git\n```\n\nSet working directory to Lumina\n```\n$ cd /path/to/lumina/\n```\n\nRun the build script with `web` argument. It will build the game engine and the basic example, then host a local webserver where you can test the game on `localhost:8000`.\n```\n$ python build.py web\n```\n\n\n\n\n# Examples\n\nExample demos are in [examples](https://github.com/kadir014/lumina/blob/main/examples/) directory.\n\n\n\n# License\n[MIT](LICENSE) © Kadir Aksoy","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadir014%2Flumina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkadir014%2Flumina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadir014%2Flumina/lists"}