/generator

code generator

Primary LanguageC++

Introduction

cocos render pipeline generator

Getting Started

  1. install Visual Studio 2019 (english version is a must)
  2. install vcpkg
  3. clone repository into a folder on the same level of cocos/engine
  4. in the repository, install dependencies: vcpkg.exe install --triplet x64-windows --feature-flags manifests
  5. open Cocos.sln and run project CocosBuilder
  6. files will be generated in cocos/engine/cocos/core/pipeline/
  7. cocos/engine branch v3.5.0-pipeline is used with this generator.