divVerent
divVerent
If ebitenginedebug build tag is set, it prints out the list of textures and how they are used in the various render passes. This is nice, however it would be...
Similar to #2188, I did the same tests on a Macbook Pro (14-inch, 2021) and got on the darwin release on https://github.com/divVerent/aaaaxy/, together with the benchmark.dem file there in the...
(note: this only happens when the local user has been added to the "input" group; this is needed for games that use evdev to access gamepads) I have a few...
I tried adding SDK 12.3 support like this: ``` diff --git a/build.sh b/build.sh index e8d21ec..b373200 100755 --- a/build.sh +++ b/build.sh @@ -46,6 +46,7 @@ case $SDK_VERSION in 11.3*) TARGET=darwin20.4; X86_64H_SUPPORTED=1;...
Some terminals such as rxvt-unicode have bracketed paste support which is a very convenient feature with some shells such as zsh; when pasting command text that contains newlines, zsh does...
With raw rxvt-unicode and also with tmux, the terminal knows where line wraps happened by remembering for each line how the cursor advanced to the next line (by wrap or...
Hi, when running dvtm inside a dtach session, it can validly happen that you're later attaching from a different terminal type than the one you initially used. This means dvtm...
Tested with the multimedia/webcamd port as "driver", and an Xbox One game pad. Assumes "Linux" for game pad definitions, which seems right as webcamd actually is wrapping the Linux drivers....
internal/glfwwin/wglcontext_windows.go seems to no longer allow running w/o acceleration: ``` if findAttribValue(_WGL_ACCELERATION_ARB) == _WGL_NO_ACCELERATION_ARB { continue } ``` ``` if pfd.dwFlags&_PFD_GENERIC_ACCELERATED == 0 && pfd.dwFlags&_PFD_GENERIC_FORMAT != 0 { continue }...
This Xbox gamepad has the following buttons and axes: ``` # Event code 304 (BTN_SOUTH) = A # Event code 305 (BTN_EAST) = B # Event code 307 (BTN_NORTH) =...