jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
752 stars 43 forks source link

Just curious about your motivation for creating this and benefits/drawbacks vs Three/Babylon #147

Closed MeoMix closed 1 year ago

jnsmalm commented 1 year ago

I have used PixiJS a lot in my professional career and wanted a easy way to just "throw in and animate some 3d models". I wanted it to play nice with rest off PixiJS without having to deal with hacking WebGL state back and forth. I also though it would be a fun challenge as a project.

Pixi3D is a benefit to use if you already like and use the PixiJS API, because it's the same. If you instead need all the features of Three/Babylon pick that instead. Those libs also have a lot more people working on them.