Hacker News new | ask | show | jobs
by Tistron 2601 days ago
Looks great, but why is it not a web site? Why electron?
2 comments

Actually you can just download it, stick the “public/” directory in a web server (or load it in your browser) and have it working without Electron, which I just did as a quick test:

https://sentido-labs.com/tmp/Curve-Studio/

Even save/load with “Export JSON” and “Import JSON” seems to work!

@antixk: since it works as a website anyway, I’d recommend doing that yourself because it’s much easier to give it a quick look this way.

Thanks! I just wanted to dabble with Electron (and p5.js, being totally new to JS). It gave me the confidence to work on a bit more serious project.