Bpl has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monkers,

I was searching a wayforopen .obj file (3d models) but I was able to find only OpenGL::GLM library (with the interested function "glmReadOBJ") which fails during installation.

Do you know if I can open obj files in other ways using OpenGL perl library?
Thanks,
Edoardo Mantovani, 2020

Replies are listed 'Best First'.
Re: open OBJect file with perl
by marto (Cardinal) on Dec 08, 2020 at 10:55 UTC
      Hi Marto!
      Sorry if I was obscure but my idea was to find something which acts similar to the glmReadOBJ(obj_file) function, which open and visualize the 3d obj file
      Regards
      Edoardo Mantovani, 2020
Re: open OBJect file with perl
by Corion (Patriarch) on Dec 08, 2020 at 11:27 UTC

    Maybe you can tell us how OpenGL::GLM fails to install? It requires the glm library, which maybe is provided by the libglm-dev package in your OS package manager?