droyo / go.display

simple Go library to open a GL window and receive events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple Go library to open a GL window and receive events

License:MIT License


Languages

Language:C 61.6%Language:Go 37.1%Language:Python 1.4%