Hajime Hoshi
|
630789757f
|
all: add files for PlayStation 5
The implementation is WIP.
Updates #2799
|
2023-10-16 00:54:08 +09:00 |
|
Hajime Hoshi
|
e1f18b53f5
|
internal/ui: refactoring
|
2023-10-16 00:02:25 +09:00 |
|
Hajime Hoshi
|
a16a03c9db
|
internal/ui: refactoring
|
2023-10-15 16:38:05 +09:00 |
|
Hajime Hoshi
|
27fd10595b
|
internal/ui: refactoring: reduce global functions and prefer Get()
|
2023-10-15 03:40:48 +09:00 |
|
Hajime Hoshi
|
e5b9569142
|
internal/ui: bug fix: the env variable should be used only when the library is not specified
Updates #2378
|
2022-12-29 15:44:55 +09:00 |
|
Hajime Hoshi
|
bb68ebfcad
|
ebiten: add RunGameWithOptions to specify graphics library
This also adds mobile.SetGameWithOptions.
Updates #2378
|
2022-12-09 21:27:31 +09:00 |
|
Vseslav Kochenov
|
3ac37e250f
|
ebiten: add ReadDebugInfo for getting debug info (only graphics libray so far) (#2222)
Closes #2177
|
2022-07-31 02:56:16 +09:00 |
|
Hajime Hoshi
|
204fb5935b
|
add new environment variables with the EBITENGINE_ suffix
Updates #2111
Updates #2190
|
2022-07-09 15:00:28 +09:00 |
|
Hajime Hoshi
|
9962fc5ee5
|
internal/graphicsdriver/direct: replace Get -> NewGraphics
Updates #2142
|
2022-06-17 11:48:40 +09:00 |
|
Hajime Hoshi
|
138463e219
|
internal/ui: rename chooseGraphicsDriver -> newGraphicsDriver
|
2022-06-17 02:40:39 +09:00 |
|
Hajime Hoshi
|
7484df0c5e
|
internal/graphicsdriver/metal: replace Get with NewGraphics
This is a prepartion to return an error when a graphics driver, especially
DirectX, fails to initialize.
Updates #2142
|
2022-06-17 02:40:35 +09:00 |
|
Hajime Hoshi
|
a6d415ebf2
|
internal/graphicsdriver/opengl: replace Get with NewGraphics (#2146)
This is a prepartion to return an error when a graphics driver, especially
DirectX, fails to initialize.
Updates #2142
|
2022-06-17 02:02:29 +09:00 |
|
Hajime Hoshi
|
9bfbbb6e9e
|
internal/ui: add graphicsDriverGetter.getDirectX()
Updates #1007
|
2022-03-25 19:43:38 +09:00 |
|
Hajime Hoshi
|
3074dca670
|
internal/ui: add the EBITEN_GRAPHICS_LIBRARY environment variable
The `ebitengl` build tag is gone instead.
Closes #2007
|
2022-03-24 02:23:37 +09:00 |
|
Hajime Hoshi
|
8e6907c64a
|
internal/ui: reduce the calls of graphicsDriver()
|
2022-03-22 02:17:41 +09:00 |
|
Hajime Hoshi
|
4cbce71b2b
|
internal/graphicscommand: move the choice of graphics drivers to internal/ui
|
2022-03-20 02:51:31 +09:00 |
|