A minimal window manager written in Kotlin
Install dependencies using your system package manager.
Distro | Dependencies |
---|---|
Arch Linux | glibc libx11 libxft libxpm freetype2 libxcrypt-compat |
Debian (Ubuntu, etc) | libc6-dev libx11-dev libxft-dev libxpm-dev libfreetype-dev build-essential |
You should now be able to run ./gradlew build
to build Prism.
Outputs are in build/bin/native
. prismc
is a client application, prism
is the server.