Live texturing

This commit is contained in:
maqu14
2016-03-18 10:14:02 +01:00
parent 65e5729118
commit 7fc83d1471
155 changed files with 18378 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
build/Release/binding.node: binding.cc binding.gyp
npm install
test:
npm test
clean:
rm -fr build node_modules
distclean:
node-gyp clean
perf:
node perf/local_lat.js tcp://127.0.0.1:5555 1 100000& node perf/remote_lat.js tcp://127.0.0.1:5555 1 100000
node perf/local_thr.js tcp://127.0.0.1:5556 1 100000& node perf/remote_thr.js tcp://127.0.0.1:5556 1 100000
.PHONY: test clean distclean perf