blob: fec278c8db4d2356552977c343b2e4e8a08ea593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Honey Engine
This is a 3D game engine written in C. It is a personal project, so while *I* will probably
use it for some projects, I can't reccommend that others do the same unless you're ready
to really dig into the source code.
## Installation
The Honey engine requires
* OpenGL 3.3+
* GLFW3
* cglm
* assimp
To install:
```
cmake .
make
```
To build the documentation:
```
cd doc
doxygen
```
|