Start README

This commit is contained in:
2024-02-16 13:28:23 -05:00
parent 9406a9d429
commit 7a7e73a829
3 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
# Josh Graphics Library
# Goals
* Provide single-function-calls to render various graphics primitives in 2D and 3D.
* Integrated directly with our other toolkits (ReWindow, J3ML)
# Non-Goals
* Full Rendering Engine
* OpenGL/Vulkan Wrapper
* Asset Loading & Management