index.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. Buildsystem and work environment
  16. --------------------------------
  17. .. toctree::
  18. :maxdepth: 1
  19. :name: toc-contributing-to-the-engine-environment
  20. configuring_an_ide/index
  21. compiling/index
  22. debugging/index
  23. Engine architecture
  24. -------------------
  25. .. toctree::
  26. :maxdepth: 1
  27. :name: toc-contributing-to-the-engine-architecture
  28. core_and_modules/index
  29. file_formats/index
  30. editor/index