kool-engine / kool

An OpenGL / WebGPU engine for Desktop JVM, Android and Javascript written in Kotlin
https://fabmax.github.io/kool/kool-js
Apache License 2.0
306 stars 20 forks source link

Feature/no titlebar #73

Closed fabmax closed 5 months ago

fabmax commented 5 months ago

On Windows it's now possible to hide the window title bar by setting KoolConfigJvm.isNoTitleBar to true. This allows for fully themed app windows. Only caveat is missing support for Windows docking functions.