modulepackage
0.0.0-20241112072421-9c2b5f68c550
Repository: https://github.com/nitrix/glfw-go.git
Documentation: pkg.go.dev
# README
glfw-go
A binding library of glfw for Go.
Example
Try the example with go run github.com/nitrix/glfw-go/example@latest
.
The sources for it are located here example/example.go.
Usage
The API is kept intentionally compatible and swappable with github.com/go-gl/glfw
. You may either import directly github.com/nitrix/glfw-go
or if you have too many transitive dependencies to change, then you coudl add replace github.com/go-gl/glfw => github.com/nitrix/glfw-go
to your go.mod
file.
Credits
See this repo for the original C library.
License
This is free and unencumbered software released into the public domain. See the UNLICENSE file for more details.