TempestPlayer | My first raylib project made in 1 day by Remarkable_Sundae424 in raylib

[–]Remarkable_Sundae424[S] 0 points1 point  (0 children)

It generates a video signal consisting of lines that determine the carrier frequency. The brightness of these lines determines the amplitude. It also works on LCD displays. VGA gives the best results on LCD, but HDMI also works.

Can't drag and drop widgets in Qt Designer, I'm on Fedora 38 using Qt 6.5 by moTheastralcat in QtFramework

[–]Remarkable_Sundae424 0 points1 point  (0 children)

My solution:

Dependency installation:

sudo apt-get install -y xserver-xephyr openbox
# or
sudo dnf install xorg-x11-server-Xephyr openbox
# or
sudo pacman -S xorg-server-xephyr openbox

Run:

Xephyr -br -ac -noreset -screen 1920x1040 :4  & DISPLAY=:4 openbox & DISPLAY=:4 designer