From 432bc96457244c18afe9473729dc52604ec03a9c Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 14 Jun 2022 00:08:24 -0500 Subject: add design overview --- design.md | 18 ++++++++++++++++-- 1 file 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 + -- cgit v1.2.1