I am making a basic game with images taken via webcam which applies my C++ OpenCV codes and manipulates them. I need to make a GUI. So far it seems i have 2 option.
1- Learn QT Designer or Creator(not sure which is suitable) and make as C++ Native program.
2- Make it Java Project and somehow connect C++ code as backend. While GUI and menus runs on Java.
I will later then will make game for Android as well so i thought Java would be better for job but i never did use Java with OpenCV or native C++ code with Java.
Which one of these will be less painful for me?
Game is simple menu based memory-pair game.