Thread overview
Libraries for Model Loading
Jul 18, 2024
Ruby The Roobster
Jul 26, 2024
IchorDev
Jul 26, 2024
Chance Snow
July 18, 2024

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, 2024

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, 2024

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.