Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir1376/compose-custom-window-frame
Custom window frame for compose desktop
https://github.com/amir1376/compose-custom-window-frame
Last synced: 2 months ago
JSON representation
Custom window frame for compose desktop
- Host: GitHub
- URL: https://github.com/amir1376/compose-custom-window-frame
- Owner: amir1376
- Created: 2023-11-05T16:27:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-29T16:30:57.000Z (4 months ago)
- Last Synced: 2024-10-14T06:47:00.745Z (3 months ago)
- Language: Kotlin
- Size: 1.66 MB
- Stars: 28
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compose Custom Window Frame
A simple library that add support for custom window frame for compose desktop that supports aero snap
## Demo
![Demo](/static/sample.gif)
## Usage
- Please check `app` module for sample usage
- I also used this in the [AB Download Manager](https://github.com/amir1376/ab-download-manager)## Note
- You need to use `JBR` (Jetbrains Runtime) for your project SDK and Gradle
it is inspired by [Compose Jetbrains Theme](https://github.com/ButterCam/compose-jetbrains-theme) library.
Check their library for more info.