summaryrefslogtreecommitdiff
path: root/design.md
blob: 6f05c6667c8e83460b3b4d595e42d163038aeb90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
honey architecture
==================

The core of honey is fairly simple, providing only library loading and timing functions. Everything else lives in the various modules attached to it.

core
----

* opengl
* graphics
  * stb
  * cairo
  * freetype
* cglm
* ode physics
* sound??

### opengl