Skip to content

tkada/AssimpViewerLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AssimpViewerLinux

Assimp Viewer on Linux

This program is enable to view the textured model on Linux platform.

This program requires below libraries.

How to Use

  1. git clone https://github.com/tkada/AssimpViewerLinux/ AssimpViewerLinux
  2. cd AssimpViewerLinux/SimpleOpenGL
  3. make
  4. ./samplegl (Model File Path)

Troubleshooting

  • ./samplegl: error while loading shared libraries: libassimp.so.3: cannot open shared object file: No such file or directory
    Add environment variable.
    export LD_LIBRARY_PATH=/usr/local/lib

About

Assimp Viewer on Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages