assimp icon indicating copy to clipboard operation
assimp copied to clipboard

Format wish list

Open elect86 opened this issue 8 years ago • 12 comments

I am opening this issue in order to have a priority list about which format we should work on next.

wish list

Please don't hesitate to join

elect86 avatar Sep 08 '16 13:09 elect86

Would love to get the obj format sorted.

DsVortex avatar Nov 12 '16 12:11 DsVortex

I am on my way, I almost done with the STL

However, the material part would still need a couple of days to design.. Is it possible for you to start testing only the geometric data?

elect86 avatar Nov 14 '16 09:11 elect86

I can give it a go.

DsVortex avatar Nov 14 '16 10:11 DsVortex

Done, let me know :p

elect86 avatar Nov 27 '16 12:11 elect86

Cool, Is there any reason why you have changed to use Kotlin rather than just Java?

DsVortex avatar Nov 27 '16 12:11 DsVortex

Yep, the main and more practical, higher productivity

Other includes a cleaner/briefer code, null safety, typealias, operator overloading, advanced collections, function extention, ecc, not critical, but they contribute to my main goal

I'd say Kotlin saves me from 20 up to 50% of java time

elect86 avatar Nov 27 '16 12:11 elect86

OK cool, bigger question for me will this work with Android? The previous version had issues with compiling within android because some of the dependencies where using Java 8. I went though the code all and converted all the Java 8 code back to Java 7.

Does this still rely on those libraries?

DsVortex avatar Nov 27 '16 13:11 DsVortex

It should, one of kotlin's goal is explictely android.

We can work together to achieve that, join us on slack to talk about it, give me your email or write me an email so I can invite you

elect86 avatar Nov 27 '16 14:11 elect86

Hi

Did you get my email?

DsVortex avatar Nov 29 '16 09:11 DsVortex

I started working on blender. I'm not sure whether I will complete the full blender feature set but I want to implement at least basic geometry, materials, lights and maybe camera. I'll see what other parts I get done.

Wasabi375 avatar Sep 26 '18 02:09 Wasabi375

Ah good that you said that.. I already started working on that some time ago but I had to put that in pause for other stuff, it's the branch "blender"

The branch is behind the master, but I sorted out most of the stuff to retrieve the blender structure..

maybe you can find it useful, I don't know

elect86 avatar Sep 26 '18 06:09 elect86

Yeah I found it, once github said that I was about 60 commits ahead of this repo 😉 Thx for the info anyways

Wasabi375 avatar Sep 26 '18 06:09 Wasabi375