danini-the-panini / mittsu

3D Graphics Library for Ruby.
https://github.com/danini-the-panini/mittsu
MIT License
508 stars 33 forks source link

Port more object loaders across from THREE.js #116

Open Floppy opened 1 year ago

Floppy commented 1 year ago

In my THREE.js code, as well as OBJLoader (which is already in mittsu), I use:

These are all currently in the "examples" section of the THREE.js code rather than the core, I'm not really sure why. If I port them to Ruby, would you be OK with them being in the core, or should I perhaps create a separate mittsu-extra-loaders gem?

danini-the-panini commented 1 year ago

I think it's separate from THREE.js to minimise the size of the JS, which isn't a big deal for a ruby gem, so I'm all for it being in core 👍🏻

Floppy commented 1 year ago

Nice one, I'll have a crack at one of them to get started, see how I get on.