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

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

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
```