https://github.com/randomgamingdev/matrixjs
A basic javascript library for dynamic and powerful matrices based on lists wrapped around with a powerful class.
https://github.com/randomgamingdev/matrixjs
basic class dynamic easy easy-to-use javascript list lists math matrices matrix simple vector vectors
Last synced: 21 days ago
JSON representation
A basic javascript library for dynamic and powerful matrices based on lists wrapped around with a powerful class.
- Host: GitHub
- URL: https://github.com/randomgamingdev/matrixjs
- Owner: RandomGamingDev
- License: mit
- Created: 2023-11-21T02:57:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T00:14:46.000Z (over 2 years ago)
- Last Synced: 2024-05-22T11:10:42.362Z (about 2 years ago)
- Topics: basic, class, dynamic, easy, easy-to-use, javascript, list, lists, math, matrices, matrix, simple, vector, vectors
- Language: JavaScript
- Homepage: https://randomgamingdev.github.io/EzDok/#v1/%22https://raw.githubusercontent.com/RandomGamingDev/MatrixJs/main/documentation/documentation.dok%22/0/
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MatrixJs
A basic javascript library for dynamic and powerful matrices based on lists wrapped around with a powerful class.

Documentation is available here: https://randomgamingdev.github.io/EzDok/#v1/%22https://raw.githubusercontent.com/RandomGamingDev/MatrixJs/main/documentation/documentation.dok%22/0/
An example is available here: https://github.com/RandomGamingDev/MatrixJs/blob/main/matrix.js
Dependencies:
- https://github.com/RandomGamingDev/VecJs/tree/main: This is a vector library used for managing the rows of the matrix, allowing for easy and dynamic row operations. It can be included from this cdn https://cdn.jsdelivr.net/gh/RandomGamingDev/VecJs/vec.js (again I recommend using version control), or imported manually.
To use it you can simply include https://cdn.jsdelivr.net/gh/RandomGamingDev/MatrixJs/matrix.js and its dependencies (they're listed above) in your HTML file! If you want to you can also just download the file and include it in your HTML file that way.
btw stuff updates so remember to specify a version/commit for your library if you want to use a link and don't want your code to automatically update to the newest version of the library