aboutsummaryrefslogtreecommitdiffstats
path: root/playgrounds/matrix
Commit message (Collapse)AuthorAgeFilesLines
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-134-66/+58
|
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-012-2/+2
|
* Implemented random colors and added back the playgroundsSaivan2018-12-022-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 worksSaivan2018-05-261-43/+33
|
* Fixed most of the tests relating to transformationsSaivan2018-03-041-2/+1
|
* Added matrix composition and decompositionsSaivan2018-03-033-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.