buzz-lang / Buzz

A programming language designed for robot swarms.
MIT License
294 stars 61 forks source link

Matrix library and tests #93

Closed samarseneault closed 3 years ago

samarseneault commented 3 years ago

This is a tested minimalist matrix library implemented in Buzz for Buzz. To use it, it must be included in the same way as math.vec2, for example.

ilpincy commented 3 years ago

Great job! This is very useful.