https://github.com/kdroidfilter/compose-desktop
A Kotlin Compose Desktop Template designed for Android developers transitioning to desktop projects. Features MVVM architecture, native functionalities, and internationalization support.
https://github.com/kdroidfilter/compose-desktop
Last synced: 10 months ago
JSON representation
A Kotlin Compose Desktop Template designed for Android developers transitioning to desktop projects. Features MVVM architecture, native functionalities, and internationalization support.
- Host: GitHub
- URL: https://github.com/kdroidfilter/compose-desktop
- Owner: kdroidFilter
- License: gpl-3.0
- Created: 2024-01-23T09:05:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T12:55:23.000Z (over 2 years ago)
- Last Synced: 2024-02-11T17:49:32.541Z (over 2 years ago)
- Language: Kotlin
- Homepage: https://kdroidfilter.github.io/compose-desktop/download.html
- Size: 3.31 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin Compose Desktop Template
## About
This template is specifically crafted for developers transitioning from the Android world to desktop development, with an emphasis on leveraging the native functionalities of computers. By adhering to the MVVM architecture, it provides a robust and maintainable foundation for application development. Notably, this template also includes support for internationalization, making it suitable for creating globally accessible applications.
## Features
Multiplatform Support (Windows, Mac, Linux) : Seamlessly compatible across different devices, capitalizing on the native features of each platform.
MVVM Architecture: Follows the Model-View-ViewModel pattern for ease of testing and maintenance.
Android Developer Friendly: Offers an intuitive interface for those accustomed to Android and Kotlin.
Internationalization Support: Ready for global reach, allowing easy localization and adaptation to various languages and regions.


