stackotter @stackotter.dev · Jan 11

Decided to put together a simple sudoku app last night as a test of SwiftCrossUI's layout system. Quite happy with how it turned out! It even helped uncover some logic bugs in the layout system and some performance issues to look into.

4 likes 1 replies

?

Replies

stackotter · Jan 12

Without any Linux-specific changes, it adapted to Linux pretty well! The only real issue being that the button grid at the bottom has incorrect horizontal spacing. My guess is that Gtk may be reporting the wrong size for the buttons...