Areas most in need of updates:
Pushing.
@pjcozzi, in looking to spin up on changes since the late beta days (b28 / 30 or so), I turned to the developers wiki, and noticed the out of date comment and this issue:
This is now out-of-date. There will be a new version as part of #1683.
Should I be ignoring the whole page, or just taking it all with the understanding that some bits have shifted concerns, etc.? What's the status of the new page? Thanks!
A lot has changed since the beta. The wiki is still out of date. See http://cesiumjs.org/tutorials.html
Also, see the blog post for each release for the highlights. See CHANGES.md for all the details.
The _Graphics Tech in Cesium_ blog posts have been very helpful; thank you!
http://cesiumjs.org/2015/05/26/Graphics-Tech-in-Cesium-Stack/
http://cesiumjs.org/2015/05/15/Graphics-Tech-in-Cesium-Architecture/
http://cesiumjs.org/2015/05/14/Graphics-Tech-in-Cesium/
Regarding Coding Conventions:
main() usually on separate line, and after if () from time to time on same line, or on next line).@rutsky you may be interested in #3312.
Thanks, @pjcozzi, I see that #3312 covers mentioned by me issues.
So... where is Creating Custom Geometry and Appearances (__future__ tutorial) after 3 years?
Hi @zwcloud, we don't have this new tutorial yet, but we've definitely noticed a lot of people asking for more documentation regrading this. We have plans to create one within the next month or so, so keep an eye out.
@zwcloud the content of this tutorial is mostly still accurate, just some of the code examples need to be updated https://github.com/AnalyticalGraphicsInc/cesium/wiki/Geometry-and-Appearances
Actually I have already created one myself by guessing and digging into the source code of Cesium. See this gist.
@ggetz @hpinkos
We have plans to create one within the next month or so, so keep an eye out.
It is about __Two__ months later, where is the new tutorial?
Hi @zwcloud, the Cesium team has a lot of projects going on right now, and plans can change fast.
It's good to hear your excited for the tutorial, maybe you could help by researching and contributing some content yourself?
Most helpful comment
Hi @zwcloud, we don't have this new tutorial yet, but we've definitely noticed a lot of people asking for more documentation regrading this. We have plans to create one within the next month or so, so keep an eye out.