Skip to content

haxorplatform/assimp2json-ws

Repository files navigation

Assimp to Json Model Converter

This is a webservice that receives 3d model/scene files and convert to a simpler version json based.
Build Status

CMake

This tool uses the Assimp2Json tool to convert the supported models to json.
For more information, visit [https://github.com/acgessler/assimp2json]

Build

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

Haxe

Also, it uses the Haxe language [http://www.haxe.org] and the NodeJS SDK to run.

Install

  • wget http://www.openfl.org/builds/haxe/haxe-3.2.0-linux-installer.tar.gz
  • tar -vzxf haxe-3.2.0-linux-installer.tar.gz
  • ./install-haxe.sh
  • haxelib selfupdate
  • haxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs
  • haxelib git nodews https://github.com/haxorplatform/nodews.git

Build

  • ./tools/unix/build.sh

Run

This command will start the nodejs daemon using the forever tool.

  • ./tools/unix/run.sh

About

Assimp2Json Node.js Webservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages