Good day, I finally decided to go with Nim + QML for the GUI using nimqml. Mostly because I want the ability of setting up a GUI and then decide if I use Python or Nim for the core. I think I tried all available GUI kits without any success, though it might be also due to lack of research on them. Nontheless, as QML seems to be very flexible and adaptable to fit my needs, and there is good doc on Python/QML, I decided to go with it.
So now, testing QML with Nim, I installed the DOtherSide from source as described in their site, and added the nimqml package through nimble. Presumably, everything is set. DOtherSide files appear correctly on the system. So to test the new install just created a new project with the simple "helloworld" nimqml example. And it never compiles. >From cli, nim -c main.nim does not compile spitting an error, "invalid >command: main.nim", nothing more. Then decided to use QtCreator, that has a Nim plugin [nice!], so created a new Nim application project and added the files, main.nim and main.qml, same files as before and from QtCreator it does not compile either, spitting out that "could not load: libDOtherSide.so.0.8". Would appreciate any help on how to solve these issues in order to start doing things instead of testing things. ;] Thanks in advance, Regards, Noxnivi
