https://kotlinlang.org logo
Title
u

ursus

02/04/2023, 1:44 PM
Any chance someone knows what was `Jetbrains Fleet`'s UI done in? Compose for Desktop? I heard there is
Skia
, soo maybe?
h

hfhbd

02/04/2023, 1:47 PM
Yeah, it is skia/skiko. Compose Desktop wasn't available at this time.
u

ursus

02/04/2023, 1:48 PM
But compose deskop uses skia at the bottom?
h

hfhbd

02/04/2023, 1:48 PM
yes
u

ursus

02/04/2023, 1:52 PM
hmm, question, I thought skia was a graphics library (basically canvas calls) not necessarily a UI library? And therefore for UI they used what, swing or something?
k
r

romainguy

02/04/2023, 4:34 PM
Fleet uses a UI Toolkit called Noria, built by Jetbrains. It's indeed built on top of Skia.
k

Kirill Grouchnikov

02/04/2023, 5:22 PM
https://github.com/eirikb/FleetUI/tree/main/app has some code that builds with Noria widgets
r

romainguy

02/04/2023, 5:22 PM
Last time I looked inside Fleet’s jar files it was full of Noria sample files :D