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

https://github.com/jf17/hello-glfw

GLFW 3.0 example on C++17 (Linux)
https://github.com/jf17/hello-glfw

cpp example glfw linux opengl

Last synced: 7 months ago
JSON representation

GLFW 3.0 example on C++17 (Linux)

Awesome Lists containing this project

README

          

# hello-glfw

## install dependencies :
```bash
sudo apt-get install g++ libglfw3-dev freeglut3-dev libglew-dev -y
```

## build :
```bash
cd src
./build.sh
```

## run :
```bash
./helloGLFW
```