Skip to content

[USABLE] Latest version of game dev tool. Uses Electron/Lua.

License

Notifications You must be signed in to change notification settings

xharris/blankejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravisCI FOSSA Status

Installation notes

npm install

  • might need to install electron globally, idk

Errors

Error: "System limit for number of file watchers reached"

$ sudo sysctl fs.inotify.max_user_watches=524288
$ sudo sysctl -p

Error: EPERM: operation not permitted, open "<script_path>"

  1. open file explorer and look at file properties

  2. uncheck 'read-only'

src: https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

License