Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
Loading...
Searching...
No Matches
create_project.py File Reference

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")

Detailed Description

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:

  • On Unix systems, .sh files copied from the template are given +x permission.
  • On Windows, permissions remain unchanged.
Author
Alexander Obzherin

Definition in file create_project.py.