boden icon indicating copy to clipboard operation
boden copied to clipboard

Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io

Results 30 boden issues
Sort by recently updated
recently updated
newest added

Based on #13 CMakeLists.txt: ``` [...] ios_configure_app_info(TARGET Authenticator LAUNCHSCREEN "LaunchScreen" TARGETED_DEVICES IPHONE IPAD IPHONE_ORIENTATIONS ALL IPAD_ORIENTATIONS ALL URI_ROLE Editor URI_HANDLERS otpauth totp) [...] ``` For now only iOS support, but...

Dear Boden Team, I installed all dependencies and tryed running the demo via `python boden.py open -p android -t bodendemo` . I got the following response: `Traceback (most recent call...

Hi. Is this repo up to date?

Has there been any decisions made internally about what to do with this project going forward? There was a mention of it being re-licensed under something a little more permissive....

attempting to run the example using boden.py throws an error saying it is unable to find ANDROID_HOME variable; after hardcoding the absolute path the .bat file fails and is unable...

Hi, I'm gettin error exception while running ```ps python boden.py open -t bodendemo ``` or ```ps python boden.py open -p android -t bodendemo ``` __Error__ ``` raise Exception("Unknown failure, maybe...

I just cant seem to get the build to work again. Cmake's updates have destroyed compilation. Has anyone had a work round? Regards, Phillip

Hello dear boden team I am very interested in boden framework but due to a lack of resources and statements from friends and relatives, I have become discouraged by boden...

I really like your approach to developing pure native C++ mobile applications. I searched a lot and finally found Boden. I have a question, How to build a sample project...