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

@@ -17,6 +17,7 @@ KEY CHANGES:
- CHANGED: DrawText is now DrawTextEx like in Raylib.
- ADDED: Global variable descriptions for API.
- CHANGED: Organized functions by putting them in the same order as in Raylib.
- ADDED: Matrix library.
DETAILED CHANGES:
- CHANGED: GenImageColor now takes Vector2 as size.