Matrix library.

This commit is contained in:
jussi
2023-11-13 23:42:58 +02:00
parent e06d98e0ed
commit 7b10306ed5
7 changed files with 176 additions and 8 deletions

View File

@@ -15,6 +15,9 @@ Backlog {
* More Textures management functions.
* Shader buffer storage object management (ssbo).
* Matrix class.
* Quaternion class.
* Examples
* Improve Dungeon crawler example by generating custom mesh instead of drawing 3D quads.
* Platformer example physics process for true framerate independence.