Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapmotion/leapcopter
https://github.com/leapmotion/leapcopter
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapmotion/leapcopter
- Owner: leapmotion
- Created: 2014-01-21T20:56:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T05:06:37.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T22:44:17.982Z (7 months ago)
- Language: JavaScript
- Size: 352 KB
- Stars: 1
- Watchers: 34
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Building
https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps
```
zip -r ../${PWD##*/}.nw *
open -n -a node-webkit ../${PWD##*/}.nw
# aka
zip -r ../${PWD##*/}.nw * && open -n -a node-webkit ../${PWD##*/}.nw
```https://github.com/rogerwang/node-webkit/wiki/Using-Node-modules#3rd-party-modules-with-cc-addons
For C++ recompiling```
coffee -w -c -o ./js ./coffee
```