mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-14 06:57:27 +01:00
1799ed0b28
This enables to create a C archive with Ebiten without an actual driver implementation. This enables Ebiten work on a platform Go doesn't support. See also Hitsumabushi project: github.com/hajimehoshi/hitsumabushi. The backend C API is not stable and might change later. Then, the build tag 'ebitencbackend' is not documented on purpose. Closes #1900 |
||
---|---|---|
.. | ||
conversions_notwindows.go | ||
conversions_windows.go | ||
conversions.go | ||
LICENSE | ||
package_notwindows.go | ||
package_windows.go | ||
package.go | ||
procaddr_notwindows.go | ||
procaddr_windows.go | ||
README.md |
This is a fork of github.com/go-gl/gl/v2.1/gl
with the below patch. This is now modified manually.
The original version is generated from github.com/hajimehoshi/glow
's nocgo
branch. This enables to remove dependencies on Cgo on Windows.
Now we are working on commiting this 'no-cgo' change to the official gl package. See https://github.com/go-gl/glow/pull/102.