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
- Host: GitHub
- URL: https://github.com/droyo/go.display
- Owner: droyo
- License: mit
- Created: 2013-10-26T20:13:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T20:36:34.000Z (about 8 years ago)
- Last Synced: 2024-06-21T20:04:35.187Z (about 2 years ago)
- Language: C
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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