This is a template for Rythe-Engine modules.
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).