https://github.com/sepisoad/sqv
quake mdl viewer
https://github.com/sepisoad/sqv
Last synced: 5 months ago
JSON representation
quake mdl viewer
- Host: GitHub
- URL: https://github.com/sepisoad/sqv
- Owner: sepisoad
- License: gpl-3.0
- Created: 2025-02-03T23:09:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-03T15:49:09.000Z (6 months ago)
- Last Synced: 2026-02-04T05:40:57.396Z (6 months ago)
- Language: C
- Size: 26.2 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🔔 THE ACTIVE BRANCH ATM IS "**DEV**"!
# SQV - Sepi's Quake Viewer
SQV (Sepi's Quake Viewer) is a lightweight program that renders Quake 1 `.MDL` files.
https://github.com/user-attachments/assets/4b13422c-c4dc-4cd8-9f55-34426d07f551
https://github.com/user-attachments/assets/d725cb44-4b51-4bee-9d44-4ac1fdb165ac
## Features
- 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`, utilizing `sokol` for window creation and graphics.
## Status
SQV is still in early development, but I have some exciting ideas for its future evolution.
## Building
To build SQV, you need [`premake5`](https://premake.github.io/) installed on your system.
1. Generate the Makefiles:
```sh
premake5 gmake2
```
2. Build the source code
```sh
make
```