Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enduro2d/enduro2d
Yet another 2d game engine of dreams (work in progress)
https://github.com/enduro2d/enduro2d
2d-engine 2d-framework 2d-game-engine 2d-game-framework 2d-game-library c-plus-plus c-plus-plus-11 c-plus-plus-14 cpp cpp11 cpp14 engine framework game-engine game-engine-2d game-framework game-library lightweight lightweight-game-engine lightweight-game-library
Last synced: about 2 months ago
JSON representation
Yet another 2d game engine of dreams (work in progress)
- Host: GitHub
- URL: https://github.com/enduro2d/enduro2d
- Owner: enduro2d
- License: mit
- Created: 2018-05-29T15:18:25.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T12:02:10.000Z (about 2 years ago)
- Last Synced: 2024-08-04T02:10:00.494Z (5 months ago)
- Topics: 2d-engine, 2d-framework, 2d-game-engine, 2d-game-framework, 2d-game-library, c-plus-plus, c-plus-plus-11, c-plus-plus-14, cpp, cpp11, cpp14, engine, framework, game-engine, game-engine-2d, game-framework, game-library, lightweight, lightweight-game-engine, lightweight-game-library
- Language: C++
- Homepage:
- Size: 8.01 MB
- Stars: 85
- Watchers: 13
- Forks: 11
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- AwesomeCppGameDev - enduro2d
README
# Enduro2D (work in progress)
> Yet another 2d game engine of dreams
[![linux][badge.linux]][linux]
[![darwin][badge.darwin]][darwin]
[![windows][badge.windows]][windows]
[![language][badge.language]][language]
[![license][badge.license]][license]## [Build Instructions](./BUILD_INSTRUCTIONS.md)
## [Bootstrap](https://github.com/enduro2d/enduro2d-bootstrap)
## [License (MIT)](./LICENSE.md)
[badge.darwin]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d/.github/workflows/darwin.yml?label=Xcode&logo=xcode
[badge.linux]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d/.github/workflows/linux.yml?label=GCC%2FClang&logo=linux
[badge.windows]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d/.github/workflows/windows.yml?label=Visual%20Studio&logo=visual-studio
[badge.language]: https://img.shields.io/badge/language-C%2B%2B17-yellow
[badge.license]: https://img.shields.io/badge/license-MIT-blue[darwin]: https://github.com/enduro2d/enduro2d/actions?query=workflow%3Adarwin
[linux]: https://github.com/enduro2d/enduro2d/actions?query=workflow%3Alinux
[windows]: https://github.com/enduro2d/enduro2d/actions?query=workflow%3Awindows
[language]: https://en.wikipedia.org/wiki/C%2B%2B17
[license]: https://en.wikipedia.org/wiki/MIT_License