Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Integrating tangram-es c++ #18

Open
faizol opened this issue Aug 19, 2019 · 1 comment
Open

[Question] Integrating tangram-es c++ #18

faizol opened this issue Aug 19, 2019 · 1 comment
Labels
question Further information is requested

Comments

@faizol
Copy link

faizol commented Aug 19, 2019

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, what is the best way to do it using boden?

TIA.

@gitoby
Copy link
Contributor

gitoby commented Aug 19, 2019

Hi,

Boden provides a mechanism called "extra modules" for integrating third-party libraries like the one you quoted.

For an example, see our Lottie integration: https://www.boden.io/reference/extra-modules/lottie/lottie_view/

We have a couple of guides that also discuss the subject:

You can see how LottieView is implemented here: https://github.com/AshampooSystems/boden/tree/master/framework/ui/modules/lottieview

Hope this helps you get started!

If you have specific questions, please let us know.

Tobias

@gitoby gitoby added the question Further information is requested label Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants