Skip to content

RandomGamingDev/MatrixJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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