leetvr / hotham

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

Rasmusgo/hot reload custom shaders 2 #424

Closed rasmusgo closed 1 year ago

rasmusgo commented 1 year ago

This PR replaces #422.

All assets which are received by the hot reloading are exposed by engine.get_updated_assets(). This enables the custom rendering example to look for its shaders and update them. It could also be used for other assets in the future.