Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.06 KB

rythe logo banner License-MIT Discord

Module Template

This is a template for Rythe-Engine modules.

Usage

Follow the steps at https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template.

Change:

  • CMakeLists.txt -> Change all occurences of MODULE_NAME
  • Rename src/MODULE_NAME
  • Rename src/MODULE_NAME/MODULE_NAME.hpp
  • Rename src/MODULE_NAME/MODULE_NAME.cpp
  • applications/sandbox/CMakeLists.txt -> Change MODULE_NAME_sandbox
  • Remove this usage guide and other template-related info in README.
  • Update this README with accurate information (view existing modules for reference).