galacean / engine

A typescript interactive engine, support 2D, 3D, animation, physics, built on WebGL and glTF.
https://www.galacean.com/engine
MIT License
4.29k stars 307 forks source link

Optimization of the ShaderLab module, including performance, and code structure #2354

Open Sway007 opened 3 months ago

Sway007 commented 3 months ago

Objective: Enhance code maintainability by migrating built-in shaders to ShaderLab version, with the overall performance of the parsing closely approaching that of native WebGL GLSL compilation.