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
- Host: GitHub
- URL: https://github.com/tonis2/opengl-examples
- Owner: tonis2
- License: apache-2.0
- Created: 2022-10-14T09:33:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T15:57:18.000Z (over 1 year ago)
- Last Synced: 2025-11-09T21:03:18.894Z (7 months ago)
- Topics: c3, c3c, glfw, opengl
- Homepage:
- Size: 9.42 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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`