Hi,
I am developing a GUI application using Python. I have a need for 3D rendering and Cesium looks really attractive. So I want to use it with CesiumPy. Is CesiumPy is current with CesiumJs? will it be supported going forward?
CesiumPy is not created or maintained by Cesium/Bentley.
It is apparently only a project that has been created as some “proof of concept” by an individual developer. Looking at the repository, the last commit was 9 years ago (and an issue that asks about the project status has remained unanswered for 6 years). So it’s probably safe to say that it is not up to date with the latest version of CesiumJS.
You might just try it out and see whether you ~“get it running”. But given that the project seems to be abandoned and not widely used, this may involve some work, and probably no support from the project developer…
Thank you very much for your prompt reply. It helps me to decide the path going forward. So I can’t rely on CesiumPy. If my app is in JS, Cesium would be the ideal choice.