3d maps support for my embedded board(I.MX8QM)

We are planning to render 2D & 3D maps in my embedded board(I.MX8QM processor), is it
possible to run cesium drivers in I.MX8QM board(linux platform).

Thanks & Regards,
Mallikarjuna

Hi @Malli_Karjuna ,

Thanks for your post and welcome to the Cesium community.

This is the forums for CesiumJS, a javascript runtime for rendering geosaptial on top of a digital globe on the web CesiumJS – Cesium. Our primary requirement is a web browser with access to webGL, which can be verified with webGL Report https://webglreport.com/.

I am not super familiar with the hardware you are asking about, and what OS and browser you would be running. Alternatively if you are looking for a native solution, please clarify and I would be happy to try to direct you to the right place.

Thank you,
Luke

Hi Luke,

Thank you for your response.

Our requirement is to render maps on display through I.MX8QM board and I am running linux OS in I.MX8QM board.

Is cesium provides source code to build and load into my customized I.MX8QM board.

Thanks & Regards,
Mallikarjuna

Hi @Malli_Karjuna ,

Cesium provides libraries for the following runtimes to support developing apps on the open source digital globe.

CesiumJS
Cesium for Unreal
Cesium for Unity
Cesium for Omniverse
Cesium for O3DE

The full digital globe runtime is not available at the native OS level. However some of the core functionality powering the game engine runtimes listed above is found in GitHub - CesiumGS/cesium-native, but to your question this is not a full solution to render maps like the runtimes listed above.

I hope that clarifies Cesium’s offerings and please let us know if you have further questions.
Best,
Luke