rjs-team / rjs

Native Javascript environment using Rust and Mozilla's SpiderMonkey JS engine.
9 stars 3 forks source link

Implement Canvas 2D context #25

Open ricochet1k opened 6 years ago

ricochet1k commented 6 years ago

Docs: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D

The Canvas 2D context is an important step, since it will be the primary way of rendering text.

There are a few backend library possibilities for this, and none are clearly best.