Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sk-landry/nero-game-engine
Advanced SFML Game Engine, Designed to be Simple and Intuitive
https://github.com/sk-landry/nero-game-engine
2d-game 2d-game-engine box2d engine engine-development game game-development game-engine gamedev games imgui-game-engine nero-game-engine sfml sfml-game-engine
Last synced: about 1 month ago
JSON representation
Advanced SFML Game Engine, Designed to be Simple and Intuitive
- Host: GitHub
- URL: https://github.com/sk-landry/nero-game-engine
- Owner: NeroGames
- License: mit
- Created: 2017-05-01T09:57:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T00:00:39.000Z (about 1 year ago)
- Last Synced: 2024-12-20T18:04:43.837Z (about 2 months ago)
- Topics: 2d-game, 2d-game-engine, box2d, engine, engine-development, game, game-development, game-engine, gamedev, games, imgui-game-engine, nero-game-engine, sfml, sfml-game-engine
- Language: C++
- Homepage: https://nero-games.com
- Size: 7.25 MB
- Stars: 59
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - nero-game-engine
README
## Build Status
- **Master** ![Windows Build](https://github.com/NeroGames/Nero-Game-Engine/actions/workflows/build.yml/badge.svg?branch=master&event=push)
- **Engine/v2** ![Windows Build](https://github.com/NeroGames/Nero-Game-Engine/actions/workflows/build.yml/badge.svg?branch=engine%2Fv2&event=push)
- **Develop/v2** ![Windows Build](https://github.com/NeroGames/Nero-Game-Engine/actions/workflows/build.yml/badge.svg?branch=develop%2Fv2&event=push)## Nero Game Engine r2.x
The Nero Game Engine version II, is a Professional 2D Game Engine built around SFML and Box2D.
![alt text](https://www.nero-games.com/resource/artwork/github/github_readme_header_02.png)
![alt text](https://www.nero-games.com/resource/artwork/github/github_readme_engine_v2.png)## Links
- [Website](https://www.nero-game.com/) Download the Engine and learn how to use it
- [Twitter](https://twitter.com/nerogameengine) Don't miss any news
- [Youtube](https://www.youtube.com/channel/UCIR0nDUMGzJ3Pkpa3gDCUeQ?view_as=subscriber) Find some videos tutorial here
- [Forum](https://www.nero-game.com/forum/) Ask any questions here## Support the Project
If you like the Project give a star and share it with your friends. You can also join our Team. Whether you are a video game enthusiast, a developer, a game artist, a web designer, or a content writer, you are welcome. If you have any suggestions or just want to say hi! feel free to leave a tweet.
## SFML Dev Blog
The Engine Development is related on the SFML Forum. If you want a history of the Engine Development this is the place to go.
[Follow the Engine Development Journey \[SFML Forum\]](https://en.sfml-dev.org/forums/index.php?topic=21019.0)
## Learn More
- [Get Started with the Engine](./GetStarted.md)
- [Roadmap](./Roadmap.md)
- [Release Notes](./Release.md)
- [How to Build the Engine](./BuildEngine.md)