https://github.com/raydelto/md2fight
md2Fight is a simple game engine written in C++ with OpenGL
https://github.com/raydelto/md2fight
hacktoberfest
Last synced: 3 months ago
JSON representation
md2Fight is a simple game engine written in C++ with OpenGL
- Host: GitHub
- URL: https://github.com/raydelto/md2fight
- Owner: raydelto
- Created: 2014-12-30T03:55:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T15:34:14.000Z (over 3 years ago)
- Last Synced: 2023-03-19T18:45:25.081Z (over 2 years ago)
- Topics: hacktoberfest
- Language: C++
- Homepage:
- Size: 10.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MD2 Fight is a simple game engine written in C++ with openGL by Argenis Bilbao, maintained by Raydelto Hernandez ([email protected]).
It loads MD2 format models (Quake 2 model format).
Code polishing and suggestions are welcome.
You can download Windows binaries from:
http://www.raydelto.org/new_site/bin/3DEngine_Demo.zipYou can watch a video of this code running on :
http://www.youtube.com/watch?v=UdjiQLjyBG8If you want to build this code on linux you first need to install the following libraries:
* OpenGL
* GLU
* SDL
* SDL Mixer (for playing audio)If you are using Ubuntu you can install these libraries by typing the following command:
```
sudo apt-get install build-essential libgl1-mesa-dev libsdl-mixer1.2-dev```
Then , finally , build the code by running the following command
```
make linux
```For more details you can visit.
http://www.raydelto.org