libgdx / fbx-conv

Command line utility using the FBX SDK to convert FBX/Collada/Obj files to a custom text/binary format for static, keyframed and skinned meshes.
Apache License 2.0
448 stars 116 forks source link

GUI #66

Closed ilinaraducristian closed 9 years ago

ilinaraducristian commented 10 years ago

Hi! I've made a Qt/GUI for fbx-conv. I want to talk with a developer and if it's ok to publish it on git(on fbx-conv page) so it would be easy to convert.

badlogic commented 10 years ago

Great. Can you point us at the GUI repo? On Sep 12, 2014 6:37 PM, "Reydw" notifications@github.com wrote:

Hi! I've made a Qt/GUI for fbx-conv. I want to talk with a developer and if it's ok to publish it on git(on fbx-conv page) so it would be easy to convert.

— Reply to this email directly or view it on GitHub https://github.com/libgdx/fbx-conv/issues/66.

ilinaraducristian commented 10 years ago

I don't have git. i can send you the exe and dll's and if you think it works good you can post it on the official page.

badlogic commented 10 years ago

Ah, i'm sorry we can't do that. We'd need to be able to build it ourselves and inspect the code if we publish/reference it with our name. On Sep 12, 2014 7:15 PM, "Reydw" notifications@github.com wrote:

I don't have git. i can send you the exe and dll's and if you thinks it works good you can post it on the official page.

— Reply to this email directly or view it on GitHub https://github.com/libgdx/fbx-conv/issues/66#issuecomment-55433665.

ilinaraducristian commented 10 years ago

ok how can i send the code?

badlogic commented 10 years ago

By setting up a repository on Github and pushing the code to it. On Sep 12, 2014 7:18 PM, "Reydw" notifications@github.com wrote:

ok how can i send the code?

— Reply to this email directly or view it on GitHub https://github.com/libgdx/fbx-conv/issues/66#issuecomment-55434009.

ilinaraducristian commented 10 years ago

ok thx i'll try

xeoshow commented 10 years ago

I think this quite useful, may be the exe/dlls could also be shared in the libgdx forum, the contribution sub forum?

2014-09-13 1:19 GMT+08:00 Reydw notifications@github.com:

ok thx i'll try

— Reply to this email directly or view it on GitHub https://github.com/libgdx/fbx-conv/issues/66#issuecomment-55434162.

ilinaraducristian commented 10 years ago

I'm not familiar with git so till i'll learn you can get the program here: http://goo.gl/iC0aFz (UPDATED). I've not included the actual converter so you must extract the archive content in the converter folder and rename "fbx-conv-win32" in "fbx-conv" in order to work. For now it only works on windows.

xeoshow commented 10 years ago

Thanks! Tried on windows XP, but got below error. Does your gui tool support batch fbx files converting? [image: 内嵌图片 1]

2014-09-13 12:54 GMT+08:00 Reydw notifications@github.com:

I'm not familiar with git so till i'll learn you can get the program here: http://goo.gl/iC0aFz. I've not included the actual converter so you must extract the archive content in the converter folder and rename "fbx-conv-win32" in "fbx-conv" in order to work. For now it only works on windows.

— Reply to this email directly or view it on GitHub https://github.com/libgdx/fbx-conv/issues/66#issuecomment-55481899.

ilinaraducristian commented 10 years ago

contact me on oraclle98@gmail.com so we can talk on google

badlogic commented 10 years ago

I'd rather not have binaries shared on the forum. We don't know what's in there. On Sep 13, 2014 10:58 AM, "Reydw" notifications@github.com wrote:

contact me on oraclle98@gmail.com so we can talk on google

— Reply to this email directly or view it on GitHub https://github.com/libgdx/fbx-conv/issues/66#issuecomment-55486064.

ilinaraducristian commented 10 years ago

ok sorry i'll post the code on github just give me a little time to create repo and push the code to it

badlogic commented 10 years ago

No stress. Btw, i assume it's windows only so far? What build system do you use? On Sep 13, 2014 11:01 AM, "Reydw" notifications@github.com wrote:

ok sorry i'll post the code on github just give me a little time to create repo and push the code to it

— Reply to this email directly or view it on GitHub https://github.com/libgdx/fbx-conv/issues/66#issuecomment-55486121.

ilinaraducristian commented 10 years ago

Windows 7 i'll create a vm with linux and mac to test the code

ilinaraducristian commented 10 years ago

https://github.com/Reydw/Fbx-Converter-GUI

badlogic commented 9 years ago

Cool, i think you got all things set up. We'll link to the repo from the README.md of this project! Thanks!