Files
banan-os/ports
Bananymous 256c9daefd ports/SDL2: Optimize rendering and fix cursor
Remove the unnecessary framebuffer layer, we can just use the window's
own framebuffer.

Set default cursor on mouse initialization, this fixes cursor hiding in
tuxracer

defined SetRelativeMouseMode instead of SetMouseCapture. This is what
the behaviour was :D
2025-08-05 03:09:24 +03:00
..
2025-08-05 03:09:24 +03:00
2025-07-31 22:47:29 +03:00
2025-05-29 00:31:40 +00:00
2025-06-28 20:52:20 +03:00
2025-08-05 03:09:24 +03:00
2025-06-11 16:02:00 +03:00
2025-06-28 20:48:13 +03:00
2025-06-28 20:51:29 +03:00
2025-07-31 22:47:40 +03:00
2025-07-22 14:11:09 +03:00
2025-06-28 20:54:45 +03:00
2025-06-06 17:41:59 +03:00
2025-06-28 20:54:45 +03:00
2025-06-28 20:54:45 +03:00
2025-06-28 20:48:13 +03:00
2025-08-05 03:09:24 +03:00

Ports

Here are all of the ports for banan-os.

Building

Run the build script in the directory of the wanted port.

cd ports/<port name>
./build.sh

Port will be installed to the disk image and is usable when running banan-os for the next time.