Is Cesium what I am looking for?
I need to integrate an extensible map widget with my application running on sized-down linux ARM platform with around 1GB RAM, potentially no storage, potentially low bandwidth and connectivity. These limits are quite important. My application is developed using C++ and Qt5, with QML interfaces.
Map would be used, aside from normal virtual globe uses, to display custom layer data provided by some geolocalized sensors. I need to create, display and edit paths (with waypoints) on map view, it also needs to be touchscreen-enabled.
Is Cesium up to this task, or should I look elsewhere (Marble?).
Thank you very much!
Adam Dabrowski
Does anybody have any experience using Cesium as a standalone app with pre-downloaded maps only? Is it possible? Am I going to be the first?
Regards,
Adam
Hello,
I managed to build a Qt Webkit based app and test in on the target environment. Unfortunately, provided examples were experiencing heavy performance issues (same app on my development environment runs smoothly).
I've already tested several globes. Qt Marble proved to be much lighter and had no performance issues so far. However, Cesium does look nicer, provides 3D models support and looks to be well-written, so I am not giving up on it yet.
Is there any way to tune up Cesium performance? Like settings for a weak environment. I know Mercator view is lighter, but that's not enough.
--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I know this post is quite old but, did you ever have any success with QT and Cesium?
Dave