https://github.com/xololt-dev/eon
Eon Game Engine
https://github.com/xololt-dev/eon
cpp game-engine glm opengl sdl2
Last synced: 2 months ago
JSON representation
Eon Game Engine
- Host: GitHub
- URL: https://github.com/xololt-dev/eon
- Owner: xololt-dev
- Created: 2024-01-07T17:44:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T23:11:08.000Z (over 2 years ago)
- Last Synced: 2025-03-30T19:39:33.497Z (over 1 year ago)
- Topics: cpp, game-engine, glm, opengl, sdl2
- Language: C++
- Homepage:
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eon
### Game engine
## Features
- Cross-platform
- 2D
## [Documentation](https://github.com/xololt-dev/Eon/tree/main/docs)
## Build
Developed on Ubuntu 22.04
Requires SDL2, GLM, googletest
Uses CMake and ninja
#### Debug
```
--build /home/xololt/repos/Eon/build --config Debug --target all --
```
#### Release
```
--build /home/xololt/repos/Eon/build --config Release --target all --
```
## [Release notes](https://github.com/xololt-dev/Eon/blob/main/docs/ChangeLog.md)