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

https://github.com/cstack/skeleton-graphics-project


https://github.com/cstack/skeleton-graphics-project

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# About

A skeleton project that uses a simplifying wrapper around open GL to draw shapes to the screen.

Your project goes in main.cpp, which includes a render loop and example usages of rendering functions.

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

# Setup

## Mac

```
brew install glfw
```

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