diff options
author | sanine <sanine.not@pm.me> | 2022-06-14 00:08:24 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-06-14 00:08:24 -0500 |
commit | 432bc96457244c18afe9473729dc52604ec03a9c (patch) | |
tree | 9d8b425075dd8adc6e75457da966c315fd801f11 | |
parent | 2f518e5e28d35ae24a5ac0e31000835e43b01972 (diff) |
add design overview
-rw-r--r-- | design.md | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,6 +1,20 @@ -# honey architecture +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. -## opengl +core +---- + +* opengl +* graphics + * stb + * cairo + * freetype +* cglm +* ode physics +* sound?? + +### opengl + |