summaryrefslogtreecommitdiff
path: root/design.md
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-06-14 00:08:24 -0500
committersanine <sanine.not@pm.me>2022-06-14 00:08:24 -0500
commit432bc96457244c18afe9473729dc52604ec03a9c (patch)
tree9d8b425075dd8adc6e75457da966c315fd801f11 /design.md
parent2f518e5e28d35ae24a5ac0e31000835e43b01972 (diff)
add design overview
Diffstat (limited to 'design.md')
-rw-r--r--design.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/design.md b/design.md
index fd95b26..6f05c66 100644
--- a/design.md
+++ b/design.md
@@ -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
+