CodingTrain / Suggestion-Box

A repo to track ideas for topics
570 stars 86 forks source link

Making an ElectronJS app. #1695

Open AnadyaNair opened 2 years ago

AnadyaNair commented 2 years ago

Please make a video tutorial on developing ElectronJS apps.

image

RGBrewer commented 2 years ago

I recently made a project using p5js and neutralino.js https://neutralino.js.org/ -- its much much smaller than Electron (like 2mb vs 100+mb) because rather than package chromium, it just uses the OS's native html parsing (safari on mac, edge on windows)

but these all work with p5js just fine!

highly recommend