https://github.com/computermouth/craymath
https://github.com/computermouth/craymath
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computermouth/craymath
- Owner: computermouth
- Created: 2024-08-12T03:13:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T02:54:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T11:34:18.601Z (over 1 year ago)
- Language: C
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## craymath
This repo is a hastily thrown together set of bindings for raymath, with which to test against my port in [niveluno](https://github.com/computermouth/niveluno).
Since neither raylib, nor any downstream port I could find actually has unit tests, and since I found the [same error in both the rust and golang ports](https://github.com/raylib-rs/raylib-rs/pull/73), I've resorted to psuedo-fuzzing, and comparing the results between the C version and my rust version.
This repo doesn't really build properly, I couldn't be bothered to figure out how the build.rs actually works, so the bindings aren't updated on the header change, and it doesn't actually link against the libraymath.so in the repo. Godspeed.