# assimp_view **Repository Path**: fwy000/assimp_view ## Basic Information - **Project Name**: assimp_view - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-12 - **Last Updated**: 2024-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # assimp_view The Asset-Importer-Lib Viewer repository. ## Build status [![CMake on multiple platforms](https://github.com/assimp/assimp_view/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/assimp/assimp_view/actions/workflows/cmake-multi-platform.yml) ## 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 assimp_view cmake .\CMakeLists.txt --preset=default 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 ```