Hi. Interested in the question regarding the suppo...
# compose-desktop
s
Hi. Interested in the question regarding the support of different platform APIs. For instance, will it be possible in the future to support (have a modifier) native Acrylic Material on Windows 10 or analogs on MacOS/KDE-based linux? https://docs.microsoft.com/en-us/windows/uwp/design/style/acrylic I've found how to do it on JFrame, but it looks verbose https://stackoverflow.com/a/28821423 Thanks.
i
No plans to make this as a part of Compose for Desktop. Maybe in the distant future. Or as a part of a hypothetical
compose.win-ui
mimicking library, that someone (or we) will someday write.
🤔 1
👍 1
j
I think this is probably something that could be written entirely in user land. Community contributions welcomed!
@Igor Demin to confirm. Is this something that could be written in user land, or is this something we would need to participate in?
i
Yes, I believe this can be written in user land. According to https://stackoverflow.com/a/28821423, all we need is the access to
JFrame
(Compose for Desktop provides it)
Probably one thing that we need to support - ability to set transparent background for window: https://github.com/JetBrains/compose-jb/issues/418