![]() |
Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
|
Rendering Engine demo/test application generator. More...
Go to the source code of this file.
Namespaces | |
| namespace | create_project |
Functions | |
| create_project.create_project (name) | |
Variables | |
| create_project.TEMPLATE_ROOT = os.path.join("RenderingEngine", "Scripts", "Templates") | |
| create_project.DEST_ROOT = os.path.join("UserApplications") | |
Rendering Engine demo/test application generator.
This script creates a new project inside TestApplications/ by copying the template folder structure, exposing template variables, and registering the project in TestApplications/CMakeLists.txt.
Usage: python3 create_project.py <ProjectName>
Platform notes:
Definition in file create_project.py.