https://github.com/harry-hopkinson/opengl-game-engine
A Game Engine Created in OpenGL
https://github.com/harry-hopkinson/opengl-game-engine
Last synced: 11 months ago
JSON representation
A Game Engine Created in OpenGL
- Host: GitHub
- URL: https://github.com/harry-hopkinson/opengl-game-engine
- Owner: Harry-Hopkinson
- Created: 2022-09-27T17:04:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:28:40.000Z (over 2 years ago)
- Last Synced: 2025-08-23T09:19:36.786Z (11 months ago)
- Language: C++
- Size: 2.93 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL Game Engine
A Game Engine created using OpenGL and C++
## Getting Started
### Clone the SDL Files
```bash
git clone https://github.com/Harry-Hopkinson/vendors.git
```
### Build and run the Project
```bash
make engine
```
### Unit Tests
```bash
make test
```