Skip to content

Commit c5fce38

Browse files
committed
first workable version
1 parent d47e67e commit c5fce38

17 files changed

+5818
-2197
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Yet another gl-matrix but smaller (without SIMD) and faster (use Hidden class in
44

55
## Why?
66

7-
TODO
7+
- Bug fixes compare to gl-matrix.
8+
- More math methods compare to gl-matrix.
9+
- Use row-major matrix for all calculation.
10+
- Use hidden class compare to Float32Array for fast data access and fast create.
11+
- Remove SIMD for smaller footprint.
812

913
## Install
1014

0 commit comments

Comments
 (0)