A simple 3D model viewer built with OpenGL.
git subdmodule init && git submodule update --recursive
./compile && ./modelview
This is really a toy software, meant for development and learning purposes on how to make a simple 3d rendering engine/wrapper on top of OpenGL. Though this is still in developement, here reported an overview fo what's currently supported:
File Format | Supported |
---|---|
.obj | Yes |
.gltf | No |
.fbx | No |
Platform | Supported |
---|---|
Linux | Yes |
macOS | No |
Win32 | No |