Hajime Hoshi
Hajime Hoshi
### Ebitengine Version v2.5.0-alpha.12 ### Operating System - [ ] Windows - [ ] macOS - [X] Linux - [ ] FreeBSD - [ ] OpenBSD - [ ] Android...
### Ebitengine Version v2.5.0-alpha.12 ### Operating System - [X] Windows - [ ] macOS - [ ] Linux - [ ] FreeBSD - [ ] OpenBSD - [ ] Android...
The current problem is that on mobiles GL drivers are not available outside the loop. This would require implementing a software graphics driver.
### Ebitengine Version 9aedafbb1af36e3a664d83417a79b15b39ec5fe6 ### Operating System - [ ] Windows - [ ] macOS - [ ] Linux - [ ] FreeBSD - [ ] OpenBSD - [ ]...
### Ebitengine Version v2.6.0-alpha.2 ### Operating System - [X] Windows - [ ] macOS - [ ] Linux - [ ] FreeBSD - [ ] OpenBSD - [ ] Android...
### What feature would you like to be added? This is a suggestion rather than a feature request. The idea is from https://github.com/hajimehoshi/ebiten/issues/2341. By comparing draw calls for an image,...
### Operating System - [ ] Windows - [ ] macOS - [ ] Linux - [ ] FreeBSD - [ ] OpenBSD - [ ] Android - [ ]...
https://man.sr.ht/builds.sr.ht/compatibility.md * [x] FreeBSD * [ ] NetBSD * [ ] NixOS * [ ] OpenBSD (stretch goal: 9front)
Thank you for the nice library! I found a minor issue: Compressing this CSS ```css @layer foo { p { font-weight: bold; } } ``` results in ```css @layer foo{p...
I've tested with 'simple' example to use windowed fullscreen ```diff diff --git a/examples/simple.c b/examples/simple.c index 7752a365..d647087f 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -95,6 +95,13 @@ int main(void) exit(EXIT_FAILURE); } +...