-
Zoomable Doodler and Scaled Drawing Pre-Release
released this
2023-02-15 17:03:00 -08:00 | 21 commits to main since this releaseThis implements my Zoomable Canvas class from war-roulette, modifies it to be compatible with Doodler, and provides the option to make the canvas zoomable through
doodlerInit
.This also adds
drawScaled
to enable the drawing of different scales within the project. This method works in a similar fashion todrawRotated
, taking in a scale multiplier and a callback function. All doodler draw methods within that callback will be drawn scaled about the global origin at the provided scale multiplier.Downloads