Popularity
4.3
Declining
Activity
0.0
Declining
80
7
26

Programming language: Go
License: MIT License
Tags: OpenGL    

goxjs/glfw alternatives and similar packages

Based on the "OpenGL" category.
Alternatively, view goxjs/glfw alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of goxjs/glfw or a related project?

Add another 'OpenGL' Package

README

glfw

Build Status GoDoc

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

go get -u github.com/goxjs/glfw
GOARCH=js go get -u -d github.com/goxjs/glfw

Directories

Path Synopsis
test/events events hooks every available callback and outputs their arguments.

License


*Note that all licence references and agreements mentioned in the goxjs/glfw README section above are relevant to that project's source code only.