Stream: beginners

Topic: Roc platform for drawing


view this post on Zulip Scally (Oct 29 2024 at 13:11):

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?

view this post on Zulip Jared Cone (Oct 29 2024 at 15:49):

Roc Ray sounds like a good fit. https://github.com/lukewilliamboswell/roc-ray

view this post on Zulip Scally (Oct 29 2024 at 16:42):

That looks great, will take a look at it


Last updated: Jul 06 2025 at 12:14 UTC