Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khubaibkhan4/pixelwavekmp
Pixel Wav is a Image Generator using Kotlin Multiplatform. It supports the Android,iOS, Web and Desktop Application.
https://github.com/khubaibkhan4/pixelwavekmp
ai android-application compose-desktop compose-multiplatform desktop-app gemini ios-app kmp kmp-ai kmp-apps kmp-image kmp-library kmp-mvvm kotlin-multiplatform swiftui web-app
Last synced: 29 days ago
JSON representation
Pixel Wav is a Image Generator using Kotlin Multiplatform. It supports the Android,iOS, Web and Desktop Application.
- Host: GitHub
- URL: https://github.com/khubaibkhan4/pixelwavekmp
- Owner: KhubaibKhan4
- Created: 2024-01-09T09:05:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-09T09:12:24.000Z (about 1 year ago)
- Last Synced: 2024-11-12T16:07:26.739Z (3 months ago)
- Topics: ai, android-application, compose-desktop, compose-multiplatform, desktop-app, gemini, ios-app, kmp, kmp-ai, kmp-apps, kmp-image, kmp-library, kmp-mvvm, kotlin-multiplatform, swiftui, web-app
- Language: Kotlin
- Homepage:
- Size: 1.03 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Pixel Wav Kotlin Multiplatform
Pixel Wav is a Image Generator for Android, iOS, Web And Desktop.## ScreenShots
## Before running!
- check your system with [KDoctor](https://github.com/Kotlin/kdoctor)
- install JDK 17 on your machine
- add `local.properties` file to the project root and set a path to Android SDK there### Android
To run the application on android device/emulator:
- open project in Android Studio and run imported android run configurationTo build the application bundle:
- run `./gradlew :composeApp:assembleDebug`
- find `.apk` file in `composeApp/build/outputs/apk/debug/composeApp-debug.apk`### Desktop
Run the desktop application: `./gradlew :composeApp:run`### iOS
To run the application on iPhone device/simulator:
- Open `iosApp/iosApp.xcproject` in Xcode and run standard configuration
- Or use [Kotlin Multiplatform Mobile plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile) for Android Studio### Browser
Run the browser application: `./gradlew :composeApp:jsBrowserDevelopmentRun`