Skip to content
/ canvas Public

A framework for JavaScript canvas similar to SFML.

Notifications You must be signed in to change notification settings

msn-05/canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Canvas

Use this framework to draw 2D stuff.

Download the demo and run the index.html file from a server. Then you should see a bouncing ball!

To use canvas just download it from here and use script tag to link to the file Or use CDN.
<script src="https://cdn.jsdelivr.net/gh/msn-05/canvas@1.0.1/canvas.js" ></script>