{"id":13731234,"url":"https://github.com/MissingBitStudios/igneous","last_synced_at":"2025-05-08T04:32:18.291Z","repository":{"id":136114406,"uuid":"158773133","full_name":"MissingBitStudios/igneous","owner":"MissingBitStudios","description":"Igneous is an open source game engine written in C++.","archived":false,"fork":false,"pushed_at":"2020-10-03T01:56:19.000Z","size":82530,"stargazers_count":49,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-14T22:35:02.243Z","etag":null,"topics":["assimp","bgfx","bullet-physics","cmake","cpp","directx","entt","game-development","game-engine","glfw","glm","imgui","linux","macos","metal","openal","opengl","raknet","windows"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MissingBitStudios.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-23T02:50:42.000Z","updated_at":"2024-11-06T13:02:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b1c7236-8ce0-4c5d-b548-ee80faf5c48b","html_url":"https://github.com/MissingBitStudios/igneous","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MissingBitStudios%2Figneous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MissingBitStudios%2Figneous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MissingBitStudios%2Figneous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MissingBitStudios%2Figneous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MissingBitStudios","download_url":"https://codeload.github.com/MissingBitStudios/igneous/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252999628,"owners_count":21838247,"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":["assimp","bgfx","bullet-physics","cmake","cpp","directx","entt","game-development","game-engine","glfw","glm","imgui","linux","macos","metal","openal","opengl","raknet","windows"],"created_at":"2024-08-03T02:01:25.708Z","updated_at":"2025-05-08T04:32:18.283Z","avatar_url":"https://github.com/MissingBitStudios.png","language":"C++","readme":"# igneous\n\n[![GitHub tag](https://img.shields.io/github/tag/MissingBitStudios/igneous.svg)](https://github.com/MissingBitStudios/igneous/releases)\n[![Build Status](https://travis-ci.org/MissingBitStudios/igneous.svg?branch=master)](https://travis-ci.org/MissingBitStudios/igneous)\n[![Documentation Status](https://readthedocs.org/projects/igneous/badge/?version=latest)](https://igneous.readthedocs.io/en/latest/?badge=latest)\n[![Join the chat at https://discord.gg/CCUwTar](https://img.shields.io/badge/chat-on_discord-7389D8.svg?logo=discord\u0026logoColor=ffffff\u0026labelColor=6A7EC2)](https://discord.gg/CCUwTar)\n[![Join the chat at https://www.reddit.com/r/igneous/](https://img.shields.io/badge/chat-on_reddit-FF5700.svg?logo=reddit\u0026logoColor=ffffff\u0026labelColor=FF4500)](https://www.reddit.com/r/igneous/)\n[![Track on https://trello.com/b/05omR9Mj/igneous](https://img.shields.io/badge/track-on_trello-007BC2.svg?logo=trello\u0026logoColor=ffffff\u0026labelColor=026AA7)](https://trello.com/b/05omR9Mj/igneous)\n\nIgneous is an open source game engine written in C++.\n\n![Barn](docs/source/img/barn.png)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n* CMake\n* OpenAL Redistributable\n* OpenAL SDK\n\n### Environment Variables\n\nThe install directory for the OpenAL SDK should be added as an environment variable named `OPENALDIR` in your system. This is not necessary, but is a safeguard in case CMake cannot find the install directory in one of the default search paths.\n\n### Checkout\n\n```sh\ngit clone https://github.com/MissingBitStudios/igneous.git\ncd igneous\ngit submodule update --init --recursive\n```\n\n### Build\n\n```sh\nmkdir build\ncd build\ncmake ..\ncmake --build .\n```\n\n### Update\n\n```sh\ngit pull\ngit submodule sync\ngit submodule update --init --recursive\n```\n\n## Documentation\n\nThe API reference and tutorials are available on https://igneous.readthedocs.io\n\n## Built With\n\n* [Assimp](https://github.com/assimp/assimp) - [Website](http://assimp.sourceforge.net/)\n* [bgfx](https://github.com/bkaradzic/bgfx)\n* [Bullet Physics](https://github.com/bulletphysics/bullet3) - [Website](http://bulletphysics.org/)\n* [EnTT](https://github.com/skypjack/entt)\n* [GLFW](https://github.com/glfw/glfw) - [Website](http://www.glfw.org/)\n* [GLM](https://github.com/g-truc/glm) - [Website](https://glm.g-truc.net/)\n* [Dear ImGui](https://github.com/ocornut/imgui)\n* [OpenAL](https://www.openal.org/)\n* [RakNet](https://github.com/facebookarchive/RakNet) - [Website](http://www.raknet.net/)\n* [spdlog](https://github.com/gabime/spdlog)\n* [stb](https://github.com/nothings/stb)\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Changelog\n\nAll notable changes to this project will be documented in [CHANGELOG.md](CHANGELOG.md). The changelog format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).\n\n## Versioning\n\nWe use [SemVer](http://semver.org/spec/v2.0.0.html) for versioning. For the versions available, see the [releases page](https://github.com/MissingBitStudios/igneous/releases). \n\n## Authors\n\n* [widberg](https://github.com/widberg)\n* [pcguy123](https://github.com/pcguy123)\n\nSee also the list of [contributors](https://github.com/MissingBitStudios/igneous/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the Creative Commons Attribution 4.0 International Public License (CC-BY-4.0) - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Acknowledgements\n\n* Thank you to the authors of the dependencies used.\n* Thank you to the amazing teachers on YouTube: [ThinMatrix](https://www.youtube.com/user/ThinMatrix), [TheChernoProject](https://www.youtube.com/user/TheChernoProject), [thebennybox](https://www.youtube.com/user/thebennybox), [Code Rad](https://www.youtube.com/user/YouKondziu), and [Derek Banas](https://www.youtube.com/user/derekbanas).\n","funding_links":[],"categories":["[Applications powered by ECS](#contents)","Engines"],"sub_categories":["[Game Engines](#contents)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMissingBitStudios%2Figneous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMissingBitStudios%2Figneous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMissingBitStudios%2Figneous/lists"}