Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 4 | -66/+58 |
| | |||||
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -2/+2 |
| | |||||
* | Implemented random colors and added back the playgrounds | Saivan | 2018-12-02 | 2 | -0/+70 |
| | | | | | | | | | | This commit adds back the playgrounds and the npm demo. We also implemented a few methods to generate pretty random colors. Changes ======= - Added back the playgrounds and the npm demos - Implemented a few random color generators | ||||
* | Fixed all of the low hanging problems so declarative works | Saivan | 2018-05-26 | 1 | -43/+33 |
| | |||||
* | Fixed most of the tests relating to transformations | Saivan | 2018-03-04 | 1 | -2/+1 |
| | |||||
* | Added matrix composition and decompositions | Saivan | 2018-03-03 | 3 | -0/+167 |
This commit adds matrix composition and decompositions (untested), it also adds another playground to test that this is working as expected in every case. We also fixed a few linting errors. |