This is a webservice that receives 3d model/scene files and convert to a simpler version json based.
This tool uses the Assimp2Json tool to convert the supported models to json.
For more information, visit [https://github.com/acgessler/assimp2json]
The build system for assimp2json is CMake. To build, use either the CMake GUI or the CMake command line utility. Note: make sure you pulled the assimp2json submodule, i.e. with git submodule init && git submodule update
Also, it uses the Haxe language [http://www.haxe.org] and the NodeJS SDK to run.
wget http://www.openfl.org/builds/haxe/haxe-3.2.0-linux-installer.tar.gztar -vzxf haxe-3.2.0-linux-installer.tar.gz./install-haxe.shhaxelib selfupdatehaxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejshaxelib git nodews https://github.com/haxorplatform/nodews.git
./tools/unix/build.sh
This command will start the nodejs daemon using the forever tool.
./tools/unix/run.sh
