I want to try implement and render the globe in qt (I mean QOpenglWidget) by cesium native
But I cant find a roadmap; and cesium native actully has a poor document
What should I do ? Can I do it by my knowlages of opengl ? Or it’s very out of box way ?
Where should I start for reach this goal sooner ?
We actually have started publishing our documentation on our website here. It’s mainly generated from the source code, so you’ll see pages of stuff related to the APIs.
There are also several existing integrations that you might want to take a look at for help with your own implementation. For example, Cesium for Unity and vsgCs might be good starting points.