Avahe Kellenberger
Avahe Kellenberger
I've done some (minimal) testing to verify, and I believe you're correct. With the line example given (rendering at (0, 0) to (32, 0)), adding an offset of `0.000125` to...
I believe `GPU_RectangleFilled`'s `x2` and `y2` are exclusive @vddCore which is why you'd see the last pixel not filled in (shouldn't be using `screen_width - 1, screen_height - 1` but...
@grimfang4 I'd like some eyes on this PR when you have time - it's solved the issues I was having with rendering shapes. I'd much prefer to get some form...
Maybe something like this? (I was unable to test it on my system) ```nim import x11 / [x, xlib] var buffer: array[1284, int64] = [ 16.int64, 16, 4294901760, 4294901760, 4294901760,...
Nothing at all, the window just isn't rendering any contents.
I've also tried the appimage with the same result. ``` OS: Arch Linux x86_64 Kernel: 6.1.55-1-lts Resolution: 1920x1080 WM: nimdow Theme: Ant-Dracula [GTK2/3] Icons: breeze-dark [GTK2/3] CPU: AMD Ryzen 9...
The problem showing randomly changed files was fixed, which is nice. The primary changes of the PR are adding an Ultimate mode for the R4 B0xx. It works well. I've...
@ZeroniaFX I can test this with a gcc adapter, but could you describe the inputs used here and the expected results? E.g. how I should reverse dtilt, etc.
One issue I've noticed so far, is that we cannot crouch on platforms with modX + down
It may just be a difference I noticed between stock firmware and haybox - I can't seem to be able to crouch on platforms with mod X (and mod Y...