I followed this : http://docs.sparklinlabs.com/en/development/buildi...
and figured it out and it took some doing but now I want to have a stand alone folder like how you distribute your own (as im using lua) and wish to understand how to do this?
Running the app with Electron
- Open a terminal and install Electron by running
npm install -g electron-prebuilt
- Go in the right folder with
cd superpowers/launcher
- Start the launcher with
electron .
I did this and it is nice, but to keep doing it is kind of annoying. But it would be nice to figure out how. unless we cant. then i understand. But anyway thank you!
open source is nice, if i make some games i'll release some source too.