embedded-graphics-web-simulator icon indicating copy to clipboard operation
embedded-graphics-web-simulator copied to clipboard

A web simulator for the embedded-graphics library

Results 25 embedded-graphics-web-simulator issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.10.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hello! I use your simulator for testing my drawing function. The code below draws an image on the center of the display. ```rust fn draw_image(&raw_image: &ImageRawLE, display: &mut D) ->...

This PR adds support for using `WebSimulatorDisplay` with the [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) API, by creating a new private trait which is implemented for `CanvasRenderingContext2d` and `OffscreenCanvasRenderingContext2d`. I *think* this should be a...