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: about 2 months 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-10-25T05:24:29.696Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 82
- Watchers: 7
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - goxjs/glfw - Go cross-platform glfw library for creating an OpenGL context and receiving events. (OpenGL / HTTP Clients)
- zero-alloc-awesome-go - goxjs/glfw - Go cross-platform glfw library for creating an OpenGL context and receiving events. (OpenGL / HTTP Clients)
- awesome-go - glfw - Go cross-platform glfw library for creating an OpenGL context and receiving events. - ★ 54 (OpenGL)
- awesome-go-extra - glfw - platform glfw library for creating an OpenGL context and receiving events.|76|21|9|2014-12-27T22:40:24Z|2022-01-19T05:09:35Z| (OpenGL / HTTP Clients)
- awesome-go-zh - goxjs/glfw
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)