goxpyriment

Test Fullscreen

Opens an SDL3 window and reports the display resolution, refresh rate, and pixel density. A simple bouncing-ball physics animation runs to let you verify smooth rendering.

Use this to check your display setup before running timing-sensitive experiments.


Prerequisites


Running

# Fullscreen
go run main.go

# Windowed (development / testing)
go run main.go -d

Flags

Flag Default Description
-d off Development mode: windowed 1024×768

Controls

Press Escape or Q to quit.


Note

This is a hardware verification utility. No data file is written.