nodejs with express server, leapmotion for movement control, and threejs for 3d render

This commit is contained in:
idoctnef
2016-05-30 18:14:08 +02:00
parent e2aeac1bae
commit 52b63ee33a
893 changed files with 127726 additions and 0 deletions

11
node_modules/global/Makefile generated vendored Normal file
View File

@@ -0,0 +1,11 @@
build: components
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
.PHONY: clean