Thread overview
Libraries for Model Loading
Jul 26
IchorDev
July 18

Is there a good package available that can load models, Wavefront .obj files in particular? I tried to use the existing bindings to old versions of Assimp, but I could not get Assimp itself to build on my machine.

Thanks in advance.

July 26

On Thursday, 18 July 2024 at 14:02:09 UTC, Ruby The Roobster wrote:

>

Is there a good package available that can load models, Wavefront .obj files in particular? I tried to use the existing bindings to old versions of Assimp, but I could not get Assimp itself to build on my machine.

Thanks in advance.

Not that I know of, but Wavefront .obj files are pretty simple. You could translate Assimp into D, or make your own simple library for loading them.

July 26

On Thursday, 18 July 2024 at 14:02:09 UTC, Ruby The Roobster wrote:

>

Is there a good package available that can load models, Wavefront .obj files in particular? I tried to use the existing bindings to old versions of Assimp, but I could not get Assimp itself to build on my machine.

Thanks in advance.

I would bind to Assimp using ImportC.