An open API service indexing awesome lists of open source software.

https://github.com/sepisoad/sqv

quake mdl viewer
https://github.com/sepisoad/sqv

Last synced: 5 months ago
JSON representation

quake mdl viewer

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
```