An open API service indexing awesome lists of open source software.

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

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)