#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
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
✨️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
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
Working on a #ComposeDesktop app. Was disappointed with AWT and Swing's file-chooser offerings and decided to write my own.
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
@_gurupreet `remember` doesn't work with `LazyRow`/`LazyColumn`? 🤔 Green = Implementation Red = Usage #ComposeDesktop
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.
How to keep focus on an element after recompose? stackoverflow.com/questions/7185… #composedesktop #kotlin #androidjetpackcompose
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
If you're looking for an alternative to #JetpackCompose's @Preview annotation in #ComposeDesktop, here's one hack I use 🥼 #ComposeDesktop #Compose #Jetbrains
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
✨Building desktop app with Kotlin & Compose UI #11 Dependency injection - Koin library 🔸io.insert-koin:koin-core:{version} #composeui #composedesktop #buildinpublic
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 #10. Settings with selecting value from a dropdown menu 👇 🔸️TextField() + DropdownMenu() wrapped by Box() #composeui #composedesktop #kmm #buildinpublic
Something went wrong.
Something went wrong.
United States Trends
- 1. Wemby 35.5K posts
- 2. Steph 73.5K posts
- 3. Spurs 32.2K posts
- 4. Draymond 15K posts
- 5. Clemson 11.2K posts
- 6. Louisville 11K posts
- 7. Zack Ryder 16.3K posts
- 8. #SmackDown 52.3K posts
- 9. #DubNation 2,072 posts
- 10. Aaron Fox 2,328 posts
- 11. Massie 56.2K posts
- 12. Harden 14.7K posts
- 13. Marjorie Taylor Greene 47.4K posts
- 14. Dabo 1,980 posts
- 15. Brohm 1,682 posts
- 16. Bill Clinton 189K posts
- 17. Matt Cardona 2,949 posts
- 18. UCLA 8,788 posts
- 19. Landry Shamet 6,064 posts
- 20. Mitch Johnson N/A