Which Dub packages are you using?

JN 666total at wp.pl
Fri Jun 26 08:40:03 UTC 2020


On Friday, 26 June 2020 at 08:06:30 UTC, aberba wrote:
> Is it for like some like a game assets that you reload back 
> into the game scene?
>

Yes, I track image files for textures, shaders and scene file 
(json based). In case of textures and shaders, if you modify 
something (e.g. recolor a texture) and save, the engine catches 
that and reloads the images. In case of scene file, it reloads 
the whole scene if you e.g. reposition an object (but it's 
relatively quick, because loading of meshes/textures is the 
slowest part and it doesn't need to happen again).


More information about the Digitalmars-d mailing list