art-engine

The ArtEngine is a layout, rendering and event engine for creating user interfaces in HTML5 Canvas elements.

Usage no npm install needed!

<script type="module">
  import artEngine from 'https://cdn.skypack.dev/art-engine';
</script>

README

Art.Engine

The ArtEngine is a layout, rendering and event engine for creating user interfaces in HTML5 Canvas elements.

Visit the Wiki for more: https://github.com/imikimi/art-engine/wiki

Env/Query Options

?showPartialDrawAreas
# show partial redraw areas as borders

?showPartialDrawAreas=log
# show partial redraw areas as borders AND log their area

?showPartialDrawAreas=full
# show partial redraw areas as filled in rectangle

?perfGraphs
# show ArtFrameStats performance graphs

?drawCacheDebug
# show when the drawCache is used