Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jreznot/kotlin-hd
Kotlin Hybrid Desktop Demo
https://github.com/jreznot/kotlin-hd
desktop electron kotlin kotlin-js
Last synced: 4 months ago
JSON representation
Kotlin Hybrid Desktop Demo
- Host: GitHub
- URL: https://github.com/jreznot/kotlin-hd
- Owner: jreznot
- Created: 2018-01-07T16:37:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T12:27:44.000Z (over 4 years ago)
- Last Synced: 2024-10-04T13:12:24.656Z (4 months ago)
- Topics: desktop, electron, kotlin, kotlin-js
- Language: Kotlin
- Size: 289 KB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlin-hd
Kotlin Hybrid Desktop Demo.
Illustrates how to use Kotlin/Kotlin.js for desktop app development with Electron.js
## Desktop application on Kotlin + Electron.js
Based on:
- Kotlin
- Kotlin.js
- Electron.jsUses Windows named pipes for Kotlin/Kotlin.js communication, network-free.
## Try!
Disclaimer: current implemenation works only on Windows
Simply start the application using Gradle wrapper:
```
> ./gradlew runElectron
```## If you want to support the project
## Screenshot
![Demo Image](/images/demo.png?raw=true "Application Window")