https://github.com/restarian/brace_matrix
:triangular_ruler: A port of the gl-matrix library with restarian technologies built in.
https://github.com/restarian/brace_matrix
3d-math matrix
Last synced: 8 months ago
JSON representation
:triangular_ruler: A port of the gl-matrix library with restarian technologies built in.
- Host: GitHub
- URL: https://github.com/restarian/brace_matrix
- Owner: restarian
- License: mit
- Created: 2020-01-18T20:52:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T01:21:54.000Z (over 4 years ago)
- Last Synced: 2025-03-14T00:47:15.704Z (over 1 year ago)
- Topics: 3d-math, matrix
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Synopsis
[](https://ci.appveyor.com/project/restarian/brace-matrix) [](https://npmjs.org/package/brace_matrix)
| **The [Brace Suite]** | **[Windows 10]** |
|:---------------------:|:-------------------------:|
| ![Brace logo] | ![Windows 10 logo] |
[Brace Suite]: https://github.com/restarian/restarian/tree/master/brace/
[Windows 10]: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1voQq
[Windows 10 logo]: https://raw.githubusercontent.com/restarian/restarian/master/doc/image/ubuntu_windows_logo.png
[Brace logo]: https://raw.githubusercontent.com/restarian/restarian/master/brace/doc/image/brace_logo_small.png
---
### Brace Matrix help pages
* **Synopsis**
* Specification
* [License information](https://github.com/restarian/brace_matrix/blob/master/docs/specification/license_information.md)
* [Package information](https://github.com/restarian/brace_matrix/blob/master/docs/specification/package_information.md)
* [Unit test output](https://github.com/restarian/brace_matrix/blob/master/docs/specification/unit_test_output.md)
---
### What it is
#### Brace matrix is a compact and simplistic port of the [gl-matrix](https://github.com/toji/gl-matrix) library.
It uses a minimalist design which supports requirejs and omits some of the redundancies in the original.