hi everyone. i am building a project with tornadof...
# announcements
a
hi everyone. i am building a project with tornadofx (javafx kotlin) and opencv (native libraries with optional java wrappers). The application should later run on windows, macos and linux. At the moment i struggle to include the native libraries into my kotlin multiplatform project (gradle kotlin) and googling is unfortunatelly pretty hard because most examples are for android and ndk ... which is not what i am using. Is there an example how to include native libraries in kotlin multiplatform projects or maybe even include OpenCV as a CMake based module?
c
Probably not the answer you want... But #compose-desktop is a thing you can use instead of tornadofx. There's been good discussion in there from people on whether to use tornado or kotlin. 😁
a
Hi, yeah already tried it but to be honest the material design was not what i need and customizing the theme world require to much effort at that point
c
Material is pretty opinionated but all the core base components are there that have enabled libraries like this: https://github.com/kirill-grouchnikov/aurora
a
Yeah besides of theming i really like compose. Already worked with it on Android. Maybe theming is also not such an issue as i fear with my reduced experience with it
👍 1