supertuxkart / stk-editor

SuperTuxKart - Track Editor
GNU General Public License v3.0
55 stars 24 forks source link

Fixed <sys/sysctl.h> CMake error & Improved UI scale #38

Closed Zekiah-A closed 2 years ago

Zekiah-A commented 2 years ago

1: Fixed cmake error caused by obsolete import of <sys/sysctl.h> in lib/irrlicht/source/Irrlicht/CGUISkin.cpp.

2: Made UI scaling better, and improved fonts, in order to make it readable on modern 1920x1080 and 4K displays.

Before: Directories are literally unreadable, and small font. Screenshot from 2022-04-04 12-01-10

image

After: Still pretty ugly, but much easier to use on normal sized screens and touchscreen devices. Screenshot from 2022-04-04 11-50-29

image

Benau commented 2 years ago

So is your pull request finished?

Zekiah-A commented 2 years ago

So is your pull request finished?

Yes, I plan on doing larger UI overhauls and bug fixes in the future, but this is all for now