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

https://github.com/cstack/learnopengl


https://github.com/cstack/learnopengl

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# About

Based loosely on [Learn OpenGL](https://learnopengl.com/)

# Setup

## Mac

```
brew install glfw
```

## All platforms
```
make run
```