Sepehr Taghdisian
septag.bsky.social
Sepehr Taghdisian
@septag.bsky.social
Programmer - Ubisoft Berlin
https://github.com/septag
The best kind of apps, are system/device configuration web apps 🤌
May 28, 2025 at 8:44 AM
My hobby engine's asset manager design document: septag.dev/blog/posts/j...
Folks who want to create their own async/hot-reload asset system, might find this useful as well.
May 23, 2025 at 4:55 PM
Keeping those compile times lean and healthy :)
December 28, 2024 at 7:28 PM
Asset manager test. First working implementation. It loads stuff in chunks. so here, each chunk is around 60MB of data (texture+model). It's pretty much a snap (~30-40ms for each chunk).
In total, 1.4 GB of asset data loads in 700 ms. if not baked, then baking all 512 assets takes 2.2 secs.
November 13, 2024 at 1:09 PM