Skip to content

A JavaScript library for simulation and animation on the web

Notifications You must be signed in to change notification settings

Nolwac/sanim-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulation and Animation Kit (Sanim-Kit)

This is a library that utilizes the HTML5 Canvas to render 2D graphics on a web browser The use cases of the library includes

  • Simulation
  • Illustration through animation
  • Game development
  • Other purposes that involves rendering 2D graphics on the webpage

Installation

Script

You can add the script using a script tag on your webpage: <script type="text/javascript" src="scripts/sanim.js"></script>

NPM

npm install --save sanim-kit

Documentation

For a complete documentation of the library vist the Sanim Kit Website

Releases

No releases published

Packages

No packages published