Welcome to the CanvasEngine





CanvasEngine is a 2D graphics engine for the HTML5 canvas element.

I know the site isn't much to look at, but that's ok! It's really just here so that I can host it for others to use. To include our files in your project, simply put our project in your root directory and nest these tags under your <head> tag:

<script type="text/javascript" src="Engine/Render/renderengine.js"></script>
<script type="text/javascript" src="Engine/Render/renderable.js"></script>
<script type="text/javascript" src="Engine/Render/location.js"></script>
<script type="text/javascript" src="Engine/Screen/screen.js"></script>
<script type="text/javascript" src="Engine/Keyboard/keyboard.js"></script>



Checkout some examples of what it can do: