Comment on Show HN: Squirrel Curve Studio – A simple tool to design spline curvesComments−Tistron7yLooks great, but why is it not a web site? Why electron?−AlbertoGP7yActually 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.−antixkOP7yThanks! 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.
Comments
Looks great, but why is it not a web site? Why electron?
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.