I am a web developer and I have never built anything for Desktop. I am working on a new project where I'm doing some canvas rendering in real time. It works just fine in low-res but I want to do it in high-res and save every frame as a PNG file on my harddrive.
The problem is of course access to the local file system. So I was wondering what's the easiest way of doing this?
Do I have to create a desktop app with some framework like AppJS,Electron? What is the easiest way?
I only want to do this once and just on my PC.