cyrillef / FBX-glTF

FBX glTF importer/exporter plug-in and converter.
MIT License
210 stars 50 forks source link

Provide executable directly usable #7

Open nicodmf opened 8 years ago

nicodmf commented 8 years ago

I work with 3D graphists and try to argue with them to considerate the gltf format as a usable format and as good choice. As it, it is difficult to say than convert to gltf is a easy choice for them.

If a executable exist, at least for windows (linux specialist can compile easily) this could be easiest.

sjlynch commented 8 years ago

+1.

jbaicoianu commented 7 years ago

+1. Even for linux users, it's proving to be more difficult than expected to compile - the dependency on Casablanca, whose github server has shut down and the project has been renamed, is causing problems.

The earlier this project can get binary builds into common Linux distro official repositories, the better it will be for adoption.

ameliemaia commented 7 years ago

+1

iavina commented 7 years ago

+1

siddhartpai commented 7 years ago

I'm not able to generate a binary for glTF after running cmake .. on Linux. The Release folder only contains two JSON files.

infoxiao commented 7 years ago

Same, not getting a binary, only json files.

visionworkplace commented 7 years ago

I have one solution that is more suitable ans more reliable. First convert fbx to obj file and then there is a js library obj to gltf. Which runs very well

lostwoods91 commented 5 years ago

I'm not able to generate a binary for glTF after running cmake .. on Linux. The Release folder only contains two JSON files.

same issue here. solved with command: make or: sudo make from folder with json files.... :\ :P