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

10
node_modules/engine.io-parser/Makefile generated vendored Normal file
View File

@@ -0,0 +1,10 @@
REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
test/index.js
@./node_modules/.bin/zuul -- test/index.js
.PHONY: test