#composedesktop search results
Built a Kotlin scripting IDE with Compose for Desktop. Features clickable error navigation that jumps directly to problematic line, real-time output streaming, and interactive script execution with readLine() support #Kotlin #ComposeDesktop #IDE
✨Desktop app with Kotlin & Compose UI #8 . Graphics in Compose👇 🔸2nd way of drawing lines - drawPoints() with PointMode.Polygon / Lines #composeui #composedesktop #buildinpublic #tradingbot
🚀 Released Deskit v1.3.0 ✨ New file info dialog (internal) with metadata display 🖱️ Hover over files/folders for instant info buttons 📋 One-click file path copying 🎯 Enhanced hover states & improved visual interactions Perfect for #ComposeDesktop apps!
Finished building a file manager with Compose for Desktop. Includes Material 3 b&w scheme, dark/light themes, multi-file selection, image previews, breadcrumb navigation. GitHub: github.com/zahid4kh/filer #Kotlin #ComposeDesktop
🎊 Here's my second #ComposeDesktop project ☺️ ! 🎊 Stackzy ⚡ A tool to identify platform and libraries used inside android applications GitHub: github.com/theapache64/st…
Pretty sure code is not optimal (that `selected` smells), but it's amazing that I was able to create this in no time and 40 LOC. #JetpackCompose #ComposeDesktop
Say hi to FeedFlow! I've made an RSS Reader for Android, iOS and macOS, powered my #JetpackCompose, #ComposeDesktop , #SwiftUI, #KotlinMultiplatform and my library RSSParser 🎉 1/n
And obviously you get to enjoy desktop special features like this hover ability for desktop only to make even better user experience 🤞🤞 #JetpackCompose #composedesktop
🎊 Klokk, a kinetic clock created using Compose Desktop. Inspired by @nezihyilmaz94's Android countdown timer 😇 ➡️ GitHub: github.com/theapache64/kl… #Compose #ComposeDesktop #Kotlin
I made all this to recreate a bounding box algorithm (brilliantly explained by @FreyaHolmer) for beziers! ~600LOC. By the way I'm not opening an Android emulator ever again. #ComposeDesktop #JetpackCompose
Continued improving the #ComposeDesktop FileChooser UI. I think it's probably about good enough for now.
✨️Building Desktop app with Kotlin & Compose UI #5 🔸️Getting real-time data updates from a WebSocket - Ktor HTTP client. Source code + short explanation 👇 mobiledevpro.gumroad.com/p/kotlin-ktor-… #composeui #composedesktop #buildinpublic
Finished building a file manager with Compose for Desktop. Includes Material 3 b&w scheme, dark/light themes, multi-file selection, image previews, breadcrumb navigation. GitHub: github.com/zahid4kh/filer #Kotlin #ComposeDesktop
Built a Kotlin scripting IDE with Compose for Desktop. Features clickable error navigation that jumps directly to problematic line, real-time output streaming, and interactive script execution with readLine() support #Kotlin #ComposeDesktop #IDE
APT installation is now live for Compose for Desktop Wizard. Linux users can now install directly from my repository with proper system integration and desktop entries. github.com/zahid4kh/my-ap… #Kotlin #ComposeDesktop #Linux
Launched the desktop client for Compose for Desktop Wizard. Now you can generate Kotlin Compose Desktop projects offline with configuration options. Built with Compose for Desktop itself. Available as a JAR or DEB package(preparing apt installation now). github.com/zahid4kh/compo…
🚀 Released Deskit v1.3.0 ✨ New file info dialog (internal) with metadata display 🖱️ Hover over files/folders for instant info buttons 📋 One-click file path copying 🎯 Enhanced hover states & improved visual interactions Perfect for #ComposeDesktop apps!
Over the past few weeks, as a relax after long working days, I played with @kotlin's #ComposeDesktop to build a simple app for stock market analysis. It's amazing how fast you can get something "nice" (sorry, I'm not a designer, so this is nice for me) up and running even…
ComboBox PR is ready and waiting for review github.com/JetBrains/jewe… Meanwhile, let's start looking at my next task: Improve TabStrip #JewelCompose #AndroidDev #ComposeDesktop
github.com
New ComboBox component by hamen · Pull Request #601 · JetBrains/jewel
Overview This PR adds the new ComboBox composable. It mirrors Swing ComboBox. AComboBox can be editable or not. A not-editable ComboBox in Swing acts just about like our current Dropdown composable...
Yo are these not the gamepad buttons? You can't be telling me you don't think desktop users have gamepads. I am literally shaking my gamepad at you. #ComposeMultiplatform #ComposeDesktop #Kotlin
Started working on a desktop utility app, built on top of compose for desktop, for disk related critical info like TBW, TBR, Available Spare and more, will be working on it for a while. #JetpackCompose #ComposeDesktop #buildinpublic #kotlin #kotlinmultiplatform
Say hi to FeedFlow! I've made an RSS Reader for Android, iOS and macOS, powered my #JetpackCompose, #ComposeDesktop , #SwiftUI, #KotlinMultiplatform and my library RSSParser 🎉 1/n
✨Building desktop app with Kotlin & Compose UI #12 Precompiled Gradle script plugins to reuse pieces of build logic #composeui #composedesktop #kotlinmultiplatform
✨Building desktop app with Kotlin & Compose UI #11 Dependency injection - Koin library 🔸io.insert-koin:koin-core:{version} #composeui #composedesktop #buildinpublic
✨Building desktop app with Kotlin & Compose UI #10. Settings with selecting value from a dropdown menu 👇 🔸️TextField() + DropdownMenu() wrapped by Box() #composeui #composedesktop #kmm #buildinpublic
✨Building desktop app with Kotlin & Compose UI #9 🔸Simple Tab Switcher Source code mobiledevpro.gumroad.com/p/simpletab-sw… #composedesktop #buildinpublic #tradingbot #composeui
✨Desktop app with Kotlin & Compose UI #8 . Graphics in Compose👇 🔸2nd way of drawing lines - drawPoints() with PointMode.Polygon / Lines #composeui #composedesktop #buildinpublic #tradingbot
github.com/AgiMaulana/Poi… Reveal hidden Pointing Poker points #KotlinMultiplatform #ComposeDesktop #ComposeMultiplatform
✨Building Desktop app with Kotlin & Compose UI #7 🔸Drawing lines val path = Path() path.moveTo(startX, startY) path.lineTo(pointX, pointY) [email protected](path, color, style) #composeui #composedesktop #buildinpublic #tradingbot
✨Building Desktop app with Kotlin & Compose UI #6 🔸Drawing a chart - Canvas() I was trying to find a ready-to-use library but failed. Few days of researching and decided to draw the chart on my own. Continue in the thread 👇 #composeui #composedesktop #buildinpublic
✨️Building Desktop app with Kotlin & Compose UI #5 🔸️Getting real-time data updates from a WebSocket - Ktor HTTP client. Source code + short explanation 👇 mobiledevpro.gumroad.com/p/kotlin-ktor-… #composeui #composedesktop #buildinpublic
With a few class extractions, it now runs on all platforms. #Asteroids #ComposeDesktop #Multiplatform #Android #AndroidDev #Android #Web #Desktop #ComposeMultiplatform
Built a Kotlin scripting IDE with Compose for Desktop. Features clickable error navigation that jumps directly to problematic line, real-time output streaming, and interactive script execution with readLine() support #Kotlin #ComposeDesktop #IDE
✨Desktop app with Kotlin & Compose UI #8 . Graphics in Compose👇 🔸2nd way of drawing lines - drawPoints() with PointMode.Polygon / Lines #composeui #composedesktop #buildinpublic #tradingbot
✨Building Desktop app with Kotlin & Compose UI #7 🔸Drawing lines val path = Path() path.moveTo(startX, startY) path.lineTo(pointX, pointY) [email protected](path, color, style) #composeui #composedesktop #buildinpublic #tradingbot
Finished building a file manager with Compose for Desktop. Includes Material 3 b&w scheme, dark/light themes, multi-file selection, image previews, breadcrumb navigation. GitHub: github.com/zahid4kh/filer #Kotlin #ComposeDesktop
🚀 Released Deskit v1.3.0 ✨ New file info dialog (internal) with metadata display 🖱️ Hover over files/folders for instant info buttons 📋 One-click file path copying 🎯 Enhanced hover states & improved visual interactions Perfect for #ComposeDesktop apps!
Continued improving the #ComposeDesktop FileChooser UI. I think it's probably about good enough for now.
Say hi to FeedFlow! I've made an RSS Reader for Android, iOS and macOS, powered my #JetpackCompose, #ComposeDesktop , #SwiftUI, #KotlinMultiplatform and my library RSSParser 🎉 1/n
How to keep focus on an element after recompose? stackoverflow.com/questions/7185… #composedesktop #kotlin #androidjetpackcompose
Working on a #ComposeDesktop app. Was disappointed with AWT and Swing's file-chooser offerings and decided to write my own.
✨Building desktop app with Kotlin & Compose UI #11 Dependency injection - Koin library 🔸io.insert-koin:koin-core:{version} #composeui #composedesktop #buildinpublic
✨Building desktop app with Kotlin & Compose UI #10. Settings with selecting value from a dropdown menu 👇 🔸️TextField() + DropdownMenu() wrapped by Box() #composeui #composedesktop #kmm #buildinpublic
I love it! The same business logic, almost the same UI code, and I have applications for desktop and Android! A pleasure of programming. #ComposeDesktop #Compose #Kotlin
Something went wrong.
Something went wrong.
United States Trends
- 1. Jokic 21.2K posts
- 2. Lakers 52.7K posts
- 3. #AEWDynamite 48.1K posts
- 4. Epstein 1.57M posts
- 5. Nemec 2,756 posts
- 6. Clippers 12.8K posts
- 7. Shai 15.7K posts
- 8. #NJDevils 2,974 posts
- 9. Thunder 41.4K posts
- 10. #Blackhawks 1,580 posts
- 11. Markstrom 1,113 posts
- 12. Nemo 8,470 posts
- 13. Sam Lafferty N/A
- 14. #Survivor49 3,862 posts
- 15. Ty Lue N/A
- 16. #AEWBloodAndGuts 5,746 posts
- 17. Steph 27.9K posts
- 18. Kyle O'Reilly 2,133 posts
- 19. Darby 5,623 posts
- 20. Spencer Knight N/A