Create README.md

This commit is contained in:
Malloc of Kuzkycyziklistan 2020-12-10 14:50:19 -06:00 committed by GitHub
parent 1041abc833
commit 675e06a12a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
README.md Normal file
View file

@ -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)