A viewer for .obj files written in C.
| shaders | initial commit: the second | |
| src | Add input handling system | |
| texture | initial commit: the second | |
| .gitignore | initial commit: the second | |
| LICENSE | Initial commit | |
| makefile | Logging system update | |
| README.md | Update README.md | |
ObjectViewer
A viewer for .obj files written in C and OpenGL. Linux only.
Compiling
To compile this project you'll need glfw installed globally on your system.
- Create a bin folder inside project's root folder
- run make
Usage
If you want to run the application in terminal, run it from inside bin folder since the shaders path is relative to executable.