fserb / canvas2D

Update Canvas 2D API
Other
151 stars 25 forks source link

remove unnecessary parameter in drawMesh overload #40

Closed wcandillon closed 9 months ago

wcandillon commented 9 months ago

As a side-node, I wanted to mention that we think this API is very important:

  1. It abstracts from a specific GPU API (WebGL/WebGPU)
  2. remove substancial boilerplate code.

We are looking to implement a polyfill of this API using WebGL.