From 14b8e865670c4f3462223ddd0e60f373da8e78e4 Mon Sep 17 00:00:00 2001 From: WillisMedwell <93966738+WillisMedwell@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:50:16 +1100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12d9cdc..ae4c5ea 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,15 @@ An experimental project exploring a range of tools, techniques, and topics relat Check out the online tests [here!](https://willismedwell.github.io/Graphics) -

Building

+
Features + +- [x] 3D-Model Loading _(using Assmip)_ +- [x] 3D-Spatial Audio _(using OpenAl)_ +- [x] Font Batch Rendering _(using dynamic font atlas generation with FreeType)_ + +
+ +
Building --- @@ -50,7 +58,8 @@ Make sure all these tools are correctly installed and configured in your system' ---
-

Libraries & Licenses

+ +
Libraries & Licenses - OpenGL Mathematics (GLM). *Which is licensed under The Happy Bunny License and the MIT License.
See [LICENSE_GLM](LICENSES/LICENSE_GLM) for more details.*