SQV (Sepi's Quake Viewer) is a lightweight program that renders Quake 1 .MDL
files.
- Portable: Runs on all major desktop operating systems.
- Self-contained: Comes with all necessary dependencies as source files—no need to install external packages.
- Written in pure
C
, utilizingsokol
for window creation and graphics.
SQV is still in early development, but I have some exciting ideas for its future evolution.
To build SQV, you need premake5
installed on your system.
-
Generate the Makefiles:
premake5 gmake2
-
Build the source code
make