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

https://github.com/tonis2/opengl-examples

OpenGL examples with C3
https://github.com/tonis2/opengl-examples

c3 c3c glfw opengl

Last synced: 5 months ago
JSON representation

OpenGL examples with C3

Awesome Lists containing this project

README

          

# C3 and OpenGL examples

### How to run

Install [C3](https://github.com/c3lang/c3c/releases/tag/latest) lang and `glfw` library

glfw on debian linux `sudo apt-get install libglfw3-dev`

Then you can run examples with

`c3c run cube`

`c3c run texture`

`c3c run triangle`

`c3c run gltf`