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

https://github.com/abdulkader-safi/try_cpp_glfw_glad

this repo is to learn how to build game engine and games from scratch using GLFW and OpenGL with C++
https://github.com/abdulkader-safi/try_cpp_glfw_glad

cpp glfw macos opengl sdl2

Last synced: 8 months ago
JSON representation

this repo is to learn how to build game engine and games from scratch using GLFW and OpenGL with C++

Awesome Lists containing this project

README

          

# Try C++, GLFW and Glad

> this repo created is to learn how to build game engine and games from scratch using GLFW and OpenGL with C++

---

## To run this application on MacOs

### Install packages

```bash
brew install glfw
```

### Clean

```Bash
make clean
```

### Build

```Bash
make
```

### Run

```Bash
make run
```