6 ms·
Show HN: SuperPaint – a fluid simulation painting app
I built this using Compose Multiplatform, with a C++ backend for the fluid simulation and rendering. Any feedback is welcome!
- vunderba 6mo agoVery cool. Small bit of feedback - I'd suggest using the pointer events so that the site is compatible with desktop and tablets. It didn't seem to respond to touch events when I tried it. https://developer.mozilla.org/en-US/docs/Web/API/Element/pointerdown_event https://developer.mozilla.org/en-US/docs/Web/API/Element/poi...
- aaronetz 6mo agoThanks for the feedback. Are you using mobile Safari? Can you try changing the pressure sensitivity slider to 0 percent? It might be an issue with wrong pressure detection. I've had to write some custom code for the native iOS version to fix it but hadn't really tested in the browser.