Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antoninhrlt/linbra

Easily do linear algebra in game development, graphics and other sorts of calculations using vectors and matrices.
https://github.com/antoninhrlt/linbra

algebra gamedev graphics linear-algebra math mathematics rust

Last synced: 3 days ago
JSON representation

Easily do linear algebra in game development, graphics and other sorts of calculations using vectors and matrices.

Awesome Lists containing this project

README

        

# linbra
Easily do linear algebra in game development, graphics and other sorts of calculations using vectors and matrices.

## Overview
Since Github Markdown renderer refuses to display TeX code in tables, to get an overview of the library, visit [this page](https://docs.rs/linbra/latest/linbra/#overview).

## Notes
> Every implementation, function or item is documented mathematically and for programming. Browses the [documentation](https://docs.rs/linbra/latest/linbra) in order to find the items and their functions to learn how to use them!

> This project is under continuous development. Don't hesitate to contribute (pull requests) or ask for new things to be introduced in the library (issues).