2d linear algebra
This is a 2D vector library which is built for goboscript. It is designed to be used with inflator.
Implements
- A vec2 struct
- A 2x2 matrix struct
- 3blue1brown's youtube series on Linear algebra
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/vec2
add vec2 to your inflator.toml
config:
[dependencies]
# ...
vec2 = "https://github.com/FAReTek1/vec2"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/vec2
cd vec2
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3