Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ Provides ~140 optimized routines and ~70 extensive tests.

Can be used with any graphics API.

Documentation can be found [here](https://github.com/michal-z/zig-gamedev/zmath/src/zmath.zig).
Documentation can be found [here](https://github.com/zig-gamedev/zmath/blob/main/src/zmath.zig).

Benchamrks can be found [here](https://github.com/michal-z/zig-gamedev/zmath/src/benchmark.zig).
Benchamrks can be found [here](https://github.com/zig-gamedev/zmath/blob/main/src/benchmark.zig).

An intro article can be found [here](https://zig.news/michalz/fast-multi-platform-simd-math-library-in-zig-2adn).

## Getting started

How to get dependencies

1. specific version: `zig fetch --save https://github.com/zig-gamedev/zmath/archive/refs/tags/<REPLACE ME>.tar.gz`
2. main branch version: `zig fetch --save git+https://github.com/zig-gamedev/zmath.git`

Example `build.zig`

```zig
Expand Down