File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,19 @@ Provides ~140 optimized routines and ~70 extensive tests.
88
99Can be used with any graphics API.
1010
11- Documentation can be found [ here] ( https://github.com/michal-z/ zig-gamedev/zmath/src/zmath.zig ) .
11+ Documentation can be found [ here] ( https://github.com/zig-gamedev/zmath/blob/main /src/zmath.zig ) .
1212
13- Benchamrks can be found [ here] ( https://github.com/michal-z/ zig-gamedev/zmath/src/benchmark.zig ) .
13+ Benchamrks can be found [ here] ( https://github.com/zig-gamedev/zmath/blob/main /src/benchmark.zig ) .
1414
1515An intro article can be found [ here] ( https://zig.news/michalz/fast-multi-platform-simd-math-library-in-zig-2adn ) .
1616
1717## Getting started
1818
19+ How to get dependencies
20+
21+ 1 . specific version: ` zig fetch --save https://github.com/zig-gamedev/zmath/archive/refs/tags/<REPLACE ME>.tar.gz `
22+ 2 . main branch version: ` zig fetch --save git+https://github.com/zig-gamedev/zmath.git `
23+
1924Example ` build.zig `
2025
2126``` zig
You can’t perform that action at this time.
0 commit comments