{"id":31829765,"url":"https://github.com/kretoffer/bloxoff-engine","last_synced_at":"2026-05-09T16:36:02.693Z","repository":{"id":310294725,"uuid":"1039360768","full_name":"kretoffer/bloxoff-engine","owner":"kretoffer","description":"open source c++ game engine based on OpenGL","archived":false,"fork":false,"pushed_at":"2025-08-27T08:08:06.000Z","size":40,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T16:09:09.282Z","etag":null,"topics":["cpp","game-engine","gamedev","opengl"],"latest_commit_sha":null,"homepage":"","language":"CMake","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/kretoffer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":["https://www.donationalerts.com/r/kretoffik"]}},"created_at":"2025-08-17T03:45:24.000Z","updated_at":"2025-08-19T18:23:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"bac9dcf6-7ce5-43e3-bc98-bca70ac36c39","html_url":"https://github.com/kretoffer/bloxoff-engine","commit_stats":null,"previous_names":["kretoffer/bloxoff-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kretoffer/bloxoff-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kretoffer%2Fbloxoff-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kretoffer%2Fbloxoff-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kretoffer%2Fbloxoff-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kretoffer%2Fbloxoff-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kretoffer","download_url":"https://codeload.github.com/kretoffer/bloxoff-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kretoffer%2Fbloxoff-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008646,"owners_count":26084480,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cpp","game-engine","gamedev","opengl"],"created_at":"2025-10-11T20:55:46.346Z","updated_at":"2025-10-11T20:55:51.534Z","avatar_url":"https://github.com/kretoffer.png","language":"CMake","funding_links":["https://www.donationalerts.com/r/kretoffik"],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![Unlicense License][license-shield]][license-url]\n[![Codecov][codecov-shield]][codecov-url]\n[![Tests][tests-shield]][actions-url]\n[![Release][release-shield]][actions-url]\n[![Wiki][wiki-shield]][actions-url]\n\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/kretoffer/bloxoff-engine\"\u003e\n    \u003cimg src=\"./docs/logo.svg\" alt=\"Logo\" width=\"180\" height=\"180\"\u003e\n  \u003c/a\u003e\n\n  \u003ch2 align=\"center\"\u003eBloxoff Engine\u003c/h2\u003e\n\n  \u003cp align=\"center\"\u003e\n    open source c++ game engine based on OpenGL\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/kretoffer/bloxoff-engine/tree/main/docs\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/kretoffer/bloxoff-engine/issues/new?labels=bug\u0026template=BUG-REPORT.yml\"\u003eReport Bug\u003c/a\u003e\n    \u0026middot;\n    \u003ca href=\"https://github.com/kretoffer/bloxoff-engine/issues/new?labels=enhancement\u0026template=FEATURE-REQUEST.yml\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\nThis project is an open-source C++ game engine built on top of OpenGL, designed to provide developers with a lightweight, flexible, and modern foundation for creating 2D and 3D games.\n\n### Key Features\n\u003c!-- * Modular architecture for easy customization and extension --\u003e\n* Real-time rendering powered by OpenGL\n* Support for \u003c!--both 2D and --\u003e3D graphics \n* Basic physics and input handling\n* Asset management system for textures, models, and shaders\n* Cross-platform compatibility (Windows, Linux, macOS)\n\n### Goals\n* Provide a clean and well-documented codebase for learning and experimentation\n* Enable rapid prototyping and development of indie games\n* Foster a collaborative community around open-source game development\n\n\u003c!-- ### Demo\n![Demo](./docs/images/demo.png) --\u003e\n\n### Built With\nThe engine is written in c++ using OpenGl for real-time graphics rendering.\n\n* ![C++](https://img.shields.io/badge/c%2B%2B-%20?style=for-the-badge\u0026logo=cplusplus\u0026logoColor=white\u0026color=%2300599C)\n* ![OpenGL](https://img.shields.io/badge/opengl-%20?style=for-the-badge\u0026logo=opengl\u0026logoColor=white\u0026color=%235586A4)\n\n\n\u003c!-- ROADMAP --\u003e\n## Roadmap\n\nSee the [open issues](https://github.com/kretoffer/AI-phrase-classifier/issues) for a full list of proposed features (and known issues).\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/kretoffer/bloxoff-engine\n[contributors-url]: https://github.com/kretoffer/bloxoff-engine/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/kretoffer/bloxoff-engine.svg?style=flat\n[forks-url]: https://github.com/kretoffer/bloxoff-engine/network/members\n[stars-shield]: https://img.shields.io/github/stars/kretoffer/bloxoff-engine.svg?style=flat\n[stars-url]: https://github.com/kretoffer/bloxoff-engine/stargazers\n[issues-shield]: https://img.shields.io/github/issues/kretoffer/bloxoff-engine.svg?style=flat\n[issues-url]: https://github.com/kretoffer/bloxoff-engine/issues\n[license-shield]: https://img.shields.io/github/license/kretoffer/bloxoff-engine.svg?style=flat\n[license-url]: https://github.com/kretoffer/bloxoff-engine/blob/master/LICENSE\n[codecov-shield]: https://codecov.io/gh/kretoffer/bloxoff-engine/branch/main/graph/badge.svg\n[actions-url]: https://github.com/kretoffer/bloxoff-engine/actions\n[tests-shield]: https://github.com/kretoffer/bloxoff-engine/actions/workflows/Main.yml/badge.svg\n[wiki-shield]: https://github.com/kretoffer/bloxoff-engine/actions/workflows/Deploy%20Wiki.yml/badge.svg?branch=main\n[codecov-url]: https://github.com/kretoffer/bloxoff-engine/actions\n[release-shield]: https://github.com/kretoffer/bloxoff-engine/actions/workflows/Release.yml/badge.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkretoffer%2Fbloxoff-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkretoffer%2Fbloxoff-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkretoffer%2Fbloxoff-engine/lists"}