https://github.com/assimp/assimp_view
The Asset-Importer-Lib Viewer
https://github.com/assimp/assimp_view
Last synced: 5 months ago
JSON representation
The Asset-Importer-Lib Viewer
- Host: GitHub
- URL: https://github.com/assimp/assimp_view
- Owner: assimp
- License: mit
- Created: 2023-05-25T18:14:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-13T08:59:24.000Z (7 months ago)
- Last Synced: 2025-12-14T11:48:24.371Z (7 months ago)
- Language: CMake
- Size: 344 KB
- Stars: 58
- Watchers: 5
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# assimp_view
The Asset-Importer-Lib Viewer repository.
## Build status
[](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
```