/canvas

A framework for JavaScript canvas similar to SFML.

Primary LanguageJavaScript

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>