Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-gl/example
Example programs for the various go-gl packages.
https://github.com/go-gl/example
Last synced: 6 days ago
JSON representation
Example programs for the various go-gl packages.
- Host: GitHub
- URL: https://github.com/go-gl/example
- Owner: go-gl
- License: mit
- Created: 2012-10-08T23:08:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T22:50:59.000Z (about 2 months ago)
- Last Synced: 2024-12-16T01:02:18.784Z (13 days ago)
- Language: Go
- Size: 3.07 MB
- Stars: 224
- Watchers: 15
- Forks: 60
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# go-gl Examples [![Build Status](https://github.com/go-gl/example/actions/workflows/main.yml/badge.svg)](https://github.com/go-gl/example/actions/workflows/main.yml)
Basic Usage
-----------These examples demonstrate initialization and basic usage. They have the bare minimum code needed.
- [`gl41core-cube`](gl41core-cube) - Renders a textured spinning cube using GLFW 3 and OpenGL 4.1 core forward-compatible profile.
- [`gl21-cube`](gl21-cube) - Renders a textured spinning cube using GLFW 3 and OpenGL 2.1.