Hey all,
I’ve been experimenting with video on klank dev. Here is an example where you can hold down the mouse to change both the video and audio at the same time.
In order to do this, I’ve basically taken Graphics.Drawing
verbatim and added a couple things for image rendering. I put this in a file called Graphics.Painting
.
I was wondering what the community thinks about Graphics.Painting
as a stand-alone package? Does it seem useful? Would it be more useful to make a new version of Graphics.Drawing
with these changes? I know that @paluh is working on a larger and more full-featured graphics suite, so that could be a better fit - I’m curious to hear how that is going. Also curious to hear what @paf311 thinks as the original author of purescript-drawing
.