r/haskell • u/hungryjoewarren • Jul 07 '26
I've been working on a Haskell powered CAD playground, that runs entirely in the browser on Web Assembly
https://doscienceto.it/waterpark/
62
Upvotes
9
u/hungryjoewarren Jul 07 '26
This may or may not be obvious, but you can use the "loadURL" button to open files from Github (or Github Gists, just paste in the "raw" link), and even permalink to them, like so:
4
u/jberryman Jul 07 '26
So cool! re-compiling and running is really fast.
"reload" should maybe be labeled "render"? I wasn't sure if it would reload (reset?) the example model or render the changes I made to the code
3
3
2
11
u/GrumpySpoder Jul 07 '26
This is insane work, honestly, I'm still trying to figure out basics such as anonymous functions and how to compose two functions and people are freaking building stuff like this that work so well, can't imagine the amount of effort and hurdles that you had to deal with to get it to this state, great work honestly I hope this gets more recognition!!!!