|
|
|
|
|
by rjinman
628 days ago
|
|
Interesting, I’ve only tried it on two machines - my (fairly old) laptop with integrated graphics and my desktop with an RTX4060. I’ve also tried it on the desktop on Windows in a Linux VM running Ubuntu 24.04. It runs way smoother on the laptop. Thanks for trying it :) BTW, is there a problem with the JavaScript on my website? |
|
Well, not immediately. At first there was an entirely different problem: everything on the screen was garbled!
However it was easy to figure out why and fix it: depending on the hardware and resolution, lines in the framebuffer can have extra padding beyond what's needed for the visible pixels. That information is available in another info structure:
There are only a few places in draw.asm that then need to be changed to multiply by this new variable instead of drw_fb_w.