## Collage #### [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](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 ```