cesium/Documentation/Contributors
Gabby Getz f573f11e03 Update widgets version 2023-05-15 09:24:17 -04:00
..
BuildGuide
CLAs
CodeReviewGuide Fix lik to documentation guide 2023-03-26 17:04:08 +02:00
CodingGuide Update Coding Guide with note about deprecations 2023-02-01 09:29:47 -05:00
CommittersGuide
DocumentationGuide Change type in docs 2023-02-16 01:29:19 +08:00
DracoModuleManagement
MobileGuide
PerformanceTestingGuide Fix typos in READMEs 2023-03-22 17:45:56 -04:00
PresentersGuide Update markdowncli 2022-12-16 09:44:47 -05:00
ReleaseGuide Update widgets version 2023-05-15 09:24:17 -04:00
TestingGuide Don't create contexts in global scope in specs 2023-03-31 13:12:29 -04:00
VSCodeGuide
README.md Remove link to WebStorm guide 2023-03-26 16:55:29 +02:00

README.md

Contributor Guides

  • CONTRIBUTING.md - Start here. How to find something to work on, submit issues, and open pull requests.
  • Build Guide - How to build and run CesiumJS locally.
  • IDEs - use any IDE you want for CesiumJS development. Most contributors use WebStorm (commercial) or VSCode (open source).
  • Coding Guide - JavaScript and GLSL coding conventions and best practices for design, maintainability, and performance.
  • Testing Guide - How to run the CesiumJS tests and write awesome tests.
  • Performance Testing Guide - Best practices for measuring runtime performance.
  • Documentation Guide - How to write great reference documentation.
  • Code Review Guide - Best practices for reviewing code in pull requests.
  • Presenter's Guide - Tips for giving talks.
  • Committer's Guide - What to do with commit access to the main CesiumJS repo.