Skip to content

Vamonos: browser-based algorithm visualization

License

Notifications You must be signed in to change notification settings

michaelsutton/vamonos

 
 

Repository files navigation

Vamonos

Vamonos is a library for generating browser-based visualizations of algorithms & data structures.

Information and documentation are available at the project website:

Compiling

First clone the repo

git clone [email protected]:rosulek/vamonos.git

Make sure you have the node.js package manager npm installed. Then you will need to install grunt.

npm install -g grunt-cli

Now download all the necessary node tools for Vamonos.

cd vamonos

npm install

We use two main grunt tasks:

  • grunt will compile Vamonos into a new folder called 'lib' and create API markdown files in 'api'.

  • grunt release will create two zip files to a folder called 'dist': one zip of compiled Vamonos, the other containing all of our premade demos as standalone html files.

Licence

Vamonos is licenced under MIT

About

Vamonos: browser-based algorithm visualization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 79.4%
  • Less 9.9%
  • HTML 6.8%
  • JavaScript 3.6%
  • Perl 0.3%