https://github.com/rythe-interactive/rythe-module-template
Repository template for Rythe-Engine modules.
https://github.com/rythe-interactive/rythe-module-template
Last synced: 5 months ago
JSON representation
Repository template for Rythe-Engine modules.
- Host: GitHub
- URL: https://github.com/rythe-interactive/rythe-module-template
- Owner: Rythe-Interactive
- License: mit
- Created: 2022-03-02T19:04:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T22:33:39.000Z (over 4 years ago)
- Last Synced: 2025-07-19T01:08:23.854Z (12 months ago)
- Language: CMake
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://legion-engine.com)
[](https://github.com/Rythe-Interactive/Rythe-Module-Template/blob/main/LICENSE)
[](https://discord.gg/unVNRbd)
# 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).