Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Goxjs/glfw
Go cross-platform glfw library for creating an OpenGL context and receiving events.
https://github.com/Goxjs/glfw
Last synced: 20 days ago
JSON representation
Go cross-platform glfw library for creating an OpenGL context and receiving events.
- Host: GitHub
- URL: https://github.com/Goxjs/glfw
- Owner: goxjs
- License: mit
- Created: 2014-12-27T22:40:24.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T04:24:45.000Z (over 1 year ago)
- Last Synced: 2024-07-31T01:28:48.618Z (4 months ago)
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 81
- Watchers: 7
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
glfw
====[![Go Reference](https://pkg.go.dev/badge/github.com/goxjs/glfw.svg)](https://pkg.go.dev/github.com/goxjs/glfw)
Package glfw experimentally provides a glfw-like API
with desktop (via glfw) and browser (via HTML5 canvas) backends.It is used for creating a GL context and receiving events.
**Note:** This package is currently in development. The API is incomplete and may change.
Installation
------------```sh
go get github.com/goxjs/glfw
```Directories
-----------| Path | Synopsis |
|---------------------------------------------------------------------|--------------------------------------------------------------------|
| [test/events](https://pkg.go.dev/github.com/goxjs/glfw/test/events) | events hooks every available callback and outputs their arguments. |License
-------- [MIT License](LICENSE)