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

I followed the instructions to get started on MacOS. When I reached the point where the instruction was : "In Xcode select the bodendemo target and press Cmd+R to build...

I am using the [conan](https://conan.io/) package manager in my project and looking at boden for the mobile UI. I am struggling to get the [cmake-conan](https://github.com/conan-io/cmake-conan) module to work with boden,...

Try to run this command `python ./boden.py -d open -t bodendemo` got ... ``` [2020-04-23 14:18:47,043](bauerargparser): Bauer options: Namespace(accept_terms=False, arch=None, build_folder=None, build_system=None, cmake_option=None, command='open', config=None, debug=False, macos_min_version=None, macos_sdk_path=None, package_folder=None, package_generator=None,...

I encountered a syntax error ... I have a little trouble interpreting it. Please explain to me the cause of this error. This is the code of error : ![Capture](https://user-images.githubusercontent.com/59345775/71566408-a0993b80-2ab7-11ea-918f-204410c61f53.PNG)...

Hello! I heard about Boden on Cppcast (https://cppcast.com/marcus-tobias/), and it sounds really cool! :) I love the idea of a pure C++ library that embraces modern C++, and provides _native_...

enhancement

Hi, Is there any publicly published roadmap for this framework anywhere that I can look? Also I tried to join Boden's Google group but I got a response that the...

android studio is so heavy Be nice if there are some document about command line.

See: https://polly.readthedocs.io/en/latest/toolchains/ios/errors/polly_ios_development_team.html For now I added the following to my CMakeLists.txt as a workaround: ``` # Based on: https://github.com/ruslo/polly/blob/c7462593865acbc0557fae6d461607a274dc6e36/utilities/polly_ios_development_team.cmake string(COMPARE EQUAL "$ENV{BODEN_IOS_DEVELOPMENT_TEAM}" "" _is_empty) if(_is_empty) polly_fatal_error( "Environment variable BODEN_IOS_DEVELOPMENT_TEAM is...

Hi, I just downloaded boden framework to play around with it. My question is, roughly, if I would like to integrate with a mapping library like tangram-es (https://github.com/tangrams/tangram-es) or mapbox,...

question