assimp / assimp_view

The Asset-Importer-Lib Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assimp_view

The Asset-Importer-Lib Viewer repository.

Build status

CMake on multiple platforms

How to build the app

First, you have to check out the code

git clone --recursive https://github.com/assimp/assimp_view.git

Now change into the repo folder and start the build:

cd osre cmake CMakeLists.txt cmake --build .

To run the app go to the bin folder and run it

Linux

cd bin/ ./assimp_view

Windows

cd bin\debug .\assimp_view.exe

About

The Asset-Importer-Lib Viewer

License:MIT License


Languages

Language:C 96.9%Language:CMake 1.7%Language:C++ 1.4%