1
0
Fork
You've already forked ObjectViewer
0
A viewer for .obj files written in C.
  • C 99.6%
  • C++ 0.3%
Find a file
2026年03月05日 11:27:47 +00:00
shaders initial commit: the second 2026年03月03日 11:55:15 +03:00
src Add input handling system 2026年03月05日 11:27:47 +00:00
texture initial commit: the second 2026年03月03日 11:55:15 +03:00
.gitignore initial commit: the second 2026年03月03日 11:55:15 +03:00
LICENSE Initial commit 2026年03月03日 09:40:34 +01:00
makefile Logging system update 2026年03月04日 09:39:17 +01:00
README.md Update README.md 2026年03月03日 11:50:02 +01:00

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.

  1. Create a bin folder inside project's root folder
  2. 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.