recp / AssetKit

🎨 Modern 2D/3D - Importer • Exporter • Util - Library, also known as (AssetIO)
Apache License 2.0
185 stars 18 forks source link

Fix wrong filenames for mesh sources #15

Closed ning-y closed 5 years ago

ning-y commented 5 years ago

Resolves #14.

recp commented 5 years ago

Since I have started to work on glTF, I did not update the build files, so currently the build files are broken. I'm using Xcode to build libraries. Maybe I should share IDE's project files, maybe someone else could also use it.

If we want to fix the build files then all build files must be updated.

ning-y commented 5 years ago

@recp Feel free to do so! Though, frankly—I don’t really understand what’s going on with the build. I don’t have much experience with compiled languages, so I’m really just pattern-matching here.

I stumbled upon this project while looking for a Wavefront OBJ to glTF/glb converter to embed in an android application of mine (therefore it would, preferably, need to be in C, C++, or Java). Now that I’ve had a look around, I don’t think this project is quite mature enough to do that (i may be wrong), so I unfortunately can’t justify spending anymore more time here.

(While I’m here, I don’t suppose you know where I can find such a converter? https://github.com/javagl/JglTF/tree/master/jgltf-obj is promising, but lacks the ability to parse colours in Wavefront’s MTL files.)

recp commented 5 years ago

In the future probably AssetKit will be best the option to convert Wavefront OBJ, glTF/glb and COLLADA... to each other. But currently it is in progress.

(While I’m here, I don’t suppose you know where I can find such a converter?

Maybe you can use https://github.com/assimp/assimp for now.

I'll fix build asap and continue work on this project ...

recp commented 5 years ago

For glTF converters please see: https://github.com/KhronosGroup/glTF/#converters-importers-and-exporters

recp commented 5 years ago

@ningyuansg FWIW, the build with Autotools is fixed now which you can see on tracis-ci.

I'll fix it for Windows too asap.

ning-y commented 5 years ago

@recp Thanks for the links, I'll check them out!