leetvr / hotham

Hotham is a tool for creating incredible standalone VR games.
Apache License 2.0
396 stars 28 forks source link

Rasmusgo/hot reload custom shaders #422

Closed rasmusgo closed 1 year ago

rasmusgo commented 1 year ago

This improves the system for hot reloading by exposing a list of recently updated files and allowing custom shaders to be stored in the engine and updated by the hot reload system. The engine doesn't know how to use the shaders so the app must handle that itself. This is done by the custom rendering example.

rasmusgo commented 1 year ago

Closed in favor of #424.