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

https://github.com/brokenprogrammer/quake-mdl-viewer

Renderer for quake mdl models.
https://github.com/brokenprogrammer/quake-mdl-viewer

jai mdl opengl quake quake2

Last synced: 20 days ago
JSON representation

Renderer for quake mdl models.

Awesome Lists containing this project

README

          

# quake-mdl-viewer

a MDL and MD2 viewer for Quake and Quake 2 models.

## Quick Start

```jai
jai build.jai
```

## Features

- Read .pak files and find MDL or MD2 models to load.
- Drag & Drop support.
- Select animation for playback.
- Control animation speed / timer.
- Smooth frame by frame interpolation.
- Select between multiple shading modes.
- Dynamic camera.
- Skin selection.
- Render normals.
- Skybox.
- Quake-style dropdown console.
- Translation, Rotation and Scaling gizmos.
- Model details window.

| | |
| --- | --- |
| Drag and Drop support Drag and Drop support | Animation playback control Animation playback control |
| Dynamic camera Dynamic Camera | Render normals Render normals |
| Select shading mode Select shading mode | Skin selection Skin selection |
| Select animation Select animation | Quake-style Console Quake-style Console |
| Skybox support Skybox support | Gizmos Translate, Rotate & Scale Gizmos |
| Details window Details window | |

## Resources

This is a project I created for learning purposes, to learn about Quake, rendering and the jai programming language.

-
-
-