Skip to content

Tags: doytsujin/ebiten

Tags

v2.3.0-alpha.2

Toggle v2.3.0-alpha.2's commit message
internal/graphicsdriver/opengl: Avoid allocations by escaping to heap

v2.2.2

Toggle v2.2.2's commit message
internal/uidriver/glfw: Bug fix: Crashed a transparent button with th…

…e green button

Updates hajimehoshi#1822
Closes hajimehoshi#1857

v2.3.0-alpha.1

Toggle v2.3.0-alpha.1's commit message
internal/glfw: Add a new build tag `ebitenexternaldll` to requrie ext…

…ernal DLLs

Embedding a DLL file and extrating it on the fly can be problematic.
The application might be unexpectedly recognized as a virus by some
virus checkers.

To mitigate this issue, Ebiten adds a new build mode `ebitenexternaldll`
which prevents Ebiten from embedding DLL files. Instead, the application
will require DLL files for GLFW.

Closes hajimehoshi#1832

v2.2.1

Toggle v2.2.1's commit message
internal/uidriver/glfw: Wait for a FramebufferSize callback for the i…

…nitial temporary window

Updates hajimehoshi#1847

v2.2.0

Toggle v2.2.0's commit message
Update Oto to v2.1.0-alpha.2

v2.2.0-rc.2

Toggle v2.2.0-rc.2's commit message
Update Oto to v2.1.0-alpha.2

v2.3.0-alpha

Toggle v2.3.0-alpha's commit message
Update version to v2.3.0-alpha

v2.2.0-rc.1

Toggle v2.2.0-rc.1's commit message
Update version to v2.2.0-rc.1

v2.2.0-alpha.15

Toggle v2.2.0-alpha.15's commit message
Update dependencies

v2.1.7

Toggle v2.1.7's commit message
internal/uidriver/glfw: Bug fix: Forbide Maximize/MinimizeWindow on t…

…he native fullscreen on macOS

Closes hajimehoshi#1810