File tree 1 file changed +7
-2
lines changed
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.
8
8
9
9
Can be used with any graphics API.
10
10
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 ) .
12
12
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 ) .
14
14
15
15
An intro article can be found [ here] ( https://zig.news/michalz/fast-multi-platform-simd-math-library-in-zig-2adn ) .
16
16
17
17
## Getting started
18
18
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
+
19
24
Example ` build.zig `
20
25
21
26
``` zig
You can’t perform that action at this time.
0 commit comments