Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.