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

https://github.com/droyo/go.display

simple Go library to open a GL window and receive events
https://github.com/droyo/go.display

Last synced: 5 months ago
JSON representation

simple Go library to open a GL window and receive events

Awesome Lists containing this project

README

          

import "aqwari.net/exp/display"

This is a small library that focuses on getting an OpenGL-enabled
window and receiving input. The API is still unstable and evolving.
The library has a few goals:

· go-gettable: only use libraries installed by default
· focused: only events and window creation. use whatever GL lib you like
· idiomatic: Events received on a channel, no callbacks