sockscape client features test
Go to file
2021-01-21 19:35:39 -06:00
include/cglm Initial commit 2020-12-10 14:42:39 -06:00
rbm test commit dont look 2021-01-21 19:35:39 -06:00
src test commit dont look 2021-01-21 19:35:39 -06:00
.gitignore reemify program done 2020-12-10 17:59:20 -06:00
CMakeLists.txt object loading finished also you can see things now 2020-12-12 15:23:26 -06:00
README.md Create README.md 2020-12-10 14:50:19 -06:00

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)