aerror2 / FbxsdkJNI

fbxsdk JNI wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#FbxSDK JNI wrapper

Give you the ability to read and write fbx in java.

All wrapper is auto generated by the scripts with little manual adapting.

how to works:

  1. use dumpdoctxtfromhtml.sh which using lynx to dump all documents from http://docs.autodesk.com/FBX/2014/ENU/FBX-SDK-Documentation/cpp_ref/hierarchy.html
  2. use genfromdoc.sh which parse the doc text files, reconize the class and class member, then generate java and cpp codes.
  3. fix some doc, java or cpp error.

how to make:

cd src/jni

make && make install

scripts only works on macosx

About

fbxsdk JNI wrapper


Languages

Language:C++ 70.6%Language:Java 27.1%Language:Shell 1.6%Language:Makefile 0.6%Language:Batchfile 0.0%