Hi, I'm completely new to roc and functional programming.
I wanted to ask if there was any roc platform in which I could easily do some drawing/rendering (mostly drawing shapes, maybe images) on some sort of canvas and possibly pan/zoom within it.
I'm currently considering to use python with pygame but I'm curious whether I could give roc a try for it.
One thought I had was using the path through webassembly and using web canvas but not sure if that's a good path to take.
Any ideas/advice?
Roc Ray sounds like a good fit. https://github.com/lukewilliamboswell/roc-ray
That looks great, will take a look at it
Last updated: Jul 06 2025 at 12:14 UTC