How to do a collaborative team project on cesium

1. A concise explanation of the problem you're experiencing.

I'm doing a team project (3 developers) and we essentially want to be able to see any changes that the other teammates make as we work. I have been looking for tools within cesium to allow for this level of collaboration, but haven't found any.

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you're using, your operating system and browser.

We are running on linux and using Cesium 1.38.

Your description is missing a lot of context. What do you mean by “see any changes”? Are you talking about code diffs from your own app’s source? Syncing of data loaded into multiple different Cesium instances? It’s really not clear what you’re trying to accomplish.

Hi there,

It sounds like you want to look at version control? The cesium team uses GitHub, but you should be able to set up a Cesium app (or here’s another tutorial with wepback if you prefer) and check it into any version control.

Thanks,

Gabby