15 lines
405 B
Markdown
15 lines
405 B
Markdown
## Collage
|
|
#### [](http://unlicense.org/)
|
|
|
|
Another model loader for Linux & Windows.
|
|
|
|
### Supported Formats
|
|
- Wavefront OBJ
|
|
- Animated Wavefront OBJ
|
|
- Collada (maybe)
|
|
- FBX
|
|
|
|
### Building The Demo
|
|
```bash
|
|
git clone https://git.redacted.cc/Redacted/Collage.git && cd Collage && mkdir build && cd build && cmake .. && make -j8
|
|
``` |