Closed pthom closed 4 years ago
I tested it successfully on mac and linux
It's nice! But it might be a little out of scope of this project so keeping it a separate repo might be better.
Ok, your choice. I liked the possibility to run start a new app from scratch with so few lines. Anyhow, may be I'll do another repo later.
I will add another PR that includes only the update to qt-android-cmake.
Hello,
This PR adds QtImGuiRunner, which enables to write an app with very few lines of code, by simply registering a gui loop function or lambda.
You can then write a destkop / mobile app in very few lines of code:
I am a lazy guy, so that it makes me happy to be able to quickly produce and test a new app without having to worry about configuring cmake, qt, etc :-)
I added some doc and a demo about it in the readme
The demo is like this:
What do you think?