13 render - JcerelusDev/CanvasGameJs GitHub Wiki

How to use the render method

The render is the game graphic renderer.

It is responsible to display everything that you draw onto the stage.

You need to start the system loop by using the following method :

setAnimation

Good to know

no need to clear the canvas and no need to use requestAnimationFrame