pex-gl / pex-renderer

Physically based renderer (PBR) and scene graph for PEX.
https://pex-gl.github.io/pex-renderer/examples/index.html
MIT License
237 stars 16 forks source link

Move shaders back to pex-shaders #326

Closed vorg closed 1 year ago

vorg commented 1 year ago

The temp folder with shaders in systems/renderers/pex-shaders is divering more and more from source especially after https://github.com/pex-gl/pex-renderer/commit/47904f2b608d383e9e000d7557e53ae7b07b2798.

Why it is even there? Due to our build system and quite aggressive caching in web_modules it's tricky to iterate both on shaders and systems at the time time. Copying all pex-shaders lib was always a temporary solution.

Maybe a git submodule would work better?