https://github.com/emptyflow/netcoreqt
Tooling for connecting Qt/QML and .net core applications
https://github.com/emptyflow/netcoreqt
Last synced: 3 months ago
JSON representation
Tooling for connecting Qt/QML and .net core applications
- Host: GitHub
- URL: https://github.com/emptyflow/netcoreqt
- Owner: EmptyFlow
- License: mit
- Created: 2023-09-18T07:37:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T19:41:32.000Z (over 1 year ago)
- Last Synced: 2024-05-10T12:37:49.213Z (over 1 year ago)
- Language: C#
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netcoreqt
Tooling for connecting Qt/QML and .net core applications.
## Supported connectivity options
* Application like Console, Web, Desktop - hosted (which mean installed on machine .net runtime) or selfcontained
## Roadmap
### Start point in Qt
- [x] Run C# code as console app in separate thrad (for initialize objects and make initial adjustments or for have permanent working instance like web app)
- [ ] Events between Qt and C#
- [x] Events between C# and Qt
- [ ] Events between in both at same time
- [ ] Single instance object in C#
- [ ] Single instance object in Qt
### Start point in C#
- [ ] Run Qt code startup in separate thrad (for initialize objects and make initial adjustments or for have permanent working instance like Qt UI app)
- [ ] Events between Qt and C#
- [ ] Events between C# and Qt
- [ ] Events between in both at same time
- [ ] Single instance object in C#
- [ ] Single instance object in Qt