DeadlockCode / barnes-hut

Apache License 2.0
50 stars 8 forks source link

Use fullscreen by default #2

Closed krakow10 closed 1 month ago

krakow10 commented 1 month ago

Wayland does not allow querying or setting window positions, for some reason. An easy workaround is to use fullscreen instead. This prevents the application from crashing on startup.

Alternatively, the root cause can be fixed: https://github.com/DeadlockCode/quarkstrom/pull/2

DeadlockCode commented 1 month ago

I preferred fixing the root cause and therefore I consider this PR closed.