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

https://github.com/raydelto/md2loader-glfw

Simple Quake2 (MD2) models loader for OpenGL
https://github.com/raydelto/md2loader-glfw

c-plus-plus glfw hacktoberfest macos md2 opengl quake2

Last synced: 5 months ago
JSON representation

Simple Quake2 (MD2) models loader for OpenGL

Awesome Lists containing this project

README

          

# OpenGL MD2 Loader

This is a simple OpenGL Quake2 (MD2) models loader written in C++ with the GLFW utility library.

This codebase currently supports Windows (Visual Studio & MinGW), macOS and Linux builds.

If you have any questions don't hesitate to contact the author of this source code:

Raydelto Hernandez (raydelto@yahoo.com)

## Usage

When the application is launched, a simple MD2 model is going to render rotating on its Y axis. You can press the SPACE key to stop or resume the rotation.

[![screenshot](http://www.raydelto.org/img/MD2_Loader_glfw.png)](https://github.com/raydelto/md2loader-glfw/releases)