Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keygenqt/skill-kotlin-jni-qt
An example of a combination of kotlin + JNI + Qt
https://github.com/keygenqt/skill-kotlin-jni-qt
jni kotlin qt skill
Last synced: 25 days ago
JSON representation
An example of a combination of kotlin + JNI + Qt
- Host: GitHub
- URL: https://github.com/keygenqt/skill-kotlin-jni-qt
- Owner: keygenqt
- License: gpl-3.0
- Created: 2020-05-02T12:16:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T11:59:52.000Z (over 2 years ago)
- Last Synced: 2024-12-22T20:03:03.787Z (about 2 months ago)
- Topics: jni, kotlin, qt, skill
- Language: C++
- Homepage:
- Size: 7.08 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Kotlin + JNI + Qt
===================An example of a combination of [kotlin](https://kotlinlang.org/) + [JNI](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/) + [Qt](https://www.qt.io/)
### Implemented
#### Connect
- Listener kotlin -> qt
- Listener qt -> kotlin#### In Example
- Run app (kotlin)
- Main Window (qt)
- Dialog (qt)
- System tray (qt)
- Send data qt -> kotlin (qt)
- Send data kotlin -> qt (kotlin)
- Call notification from kotlin -> qt (kotlin)![picture](data/screenshot-27.png)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)