gobo

Efficient Go Board Renderer Using Zero Assets

Usage no npm install needed!

<script type="module">
  import gobo from 'https://cdn.skypack.dev/gobo';
</script>

README

gobo

Go Board Renderer

  • TypeScript built into Javascript. Final distributable file is around 13KB.
  • Fast rendering to canvas (e.g. <10ms to render a 19x19 board on a low-spec client).
  • Small memory footprint (most of it is taken by the canvas itself).
  • Procedural generation of textures (no asset needed).

See it running: