From 675e06a12a5b9c23b940fd25687ecf5bfb1fe632 Mon Sep 17 00:00:00 2001 From: Malloc of Kuzkycyziklistan Date: Thu, 10 Dec 2020 14:50:19 -0600 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a5641af --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# sosc_test + +project to test client features on sockscape before being added to the networking content. +this project runs natively rather than in browser to make testing features much quicker. +a lot of things in this will be testing purely client side graphical or related features before working it into the main code and therefore will not include or contain everything that the main source will have + +this project currently includes these subprojects: +- koa (common c utilities and datatypes library for things i frequently need) +- okuu (opengl helper library that provides structs and funcs to make working with opengl cleaner) +- rbm (reemo binary mesh, utilities for a binary file format to store 3d mesh data)