index.rst 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .. _doc_contributing_to_the_engine:
  2. Engine development
  3. ==================
  4. The guides below explain how to contribute to the engine's codebase. You will learn
  5. about best practices when working on solutions and features, the code style and the
  6. internal structure of the codebase, how to set up your working environment, and more.
  7. Be sure to also check the :ref:`workflow guidelines <doc_contributing_workflow>`,
  8. especially if you're new to using Git or GitHub.
  9. .. toctree::
  10. :maxdepth: 1
  11. :name: toc-contributing-to-the-engine
  12. best_practices_for_engine_contributors
  13. code_style_guidelines
  14. cpp_usage_guidelines
  15. handling_compatibility_breakages
  16. Buildsystem and work environment
  17. --------------------------------
  18. .. toctree::
  19. :maxdepth: 1
  20. :name: toc-contributing-to-the-engine-environment
  21. configuring_an_ide/index
  22. compiling/index
  23. debugging/index
  24. Engine architecture
  25. -------------------
  26. .. toctree::
  27. :maxdepth: 1
  28. :name: toc-contributing-to-the-engine-architecture
  29. core_and_modules/index
  30. file_formats/index
  31. editor/index