index.rst 1.1 KB

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