I didn’t explain this very well in the title, but I need a library for just drawing 3D graphics with ease. Something that will let me do something similar to this
drawModel(new File("path/to/model"), x, y, z)
It doesn’t have to be exactly like that, but I need something easy to use, like my example. This also needs to run on the GPU too, like LWJGL does.
Before you suggest me learning OpenGL, I have tried. I’m not too great at focusing and I’ve tried many times to learn OpenGL. It didn’t work.
And I don’t plan on writing games with this. I will (try to) learn OpenGL when I start writing games that require these graphics.
Thanks