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
- Host: GitHub
- URL: https://github.com/raydelto/md2loader-glfw
- Owner: raydelto
- Created: 2020-07-16T03:23:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T18:34:32.000Z (8 months ago)
- Last Synced: 2025-04-30T19:04:50.409Z (5 months ago)
- Topics: c-plus-plus, glfw, hacktoberfest, macos, md2, opengl, quake2
- Language: C++
- Homepage:
- Size: 6.27 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
[](https://github.com/raydelto/md2loader-glfw/releases)