Théo Degioanni

Results 51 comments of Théo Degioanni

Really excited for the new transforms. It could also potentially let us easily create alternative coordinate systems (most notably spherical coordinates) to very easily create 3rd person cameras for example.

Regarding the amount of resources requested, we can't add all the storages inside the loader. However, we can have the loader inside every asset storages, and we would have ``storage.load(&mut...

I've spent some time chatting about details of this proposal with @kabergstrom and I really dig it. This would fit very well with the modular tooling and data-driven aspect of...

data: [u8] will be awfully slow and hard to use for large files regarding meta files, they don't have to be exposed to the user, each stage of the pipeline...

I don't even understand what the critics of meta files are, especially if they can move automatically with asset files.

Why would you need to move them yourself? You can have a watcher tracking orphan meta files. You're not supposed to use them over the network.

The data field would be extraordinarily slow. Like seriously super slow. This can't possibly be acceptable at runtime. I don't see what issue your approach solves over @kabergstrom's proposal. Also,...

Regarding the slowness of the representation, what you propose implies copying assets all the time, which is not acceptable, and forces us to give up on fast OS-optimized loading of...

Has there been progress on this since? I am too interested in using pathfinder in a WebGPU context, but I'm not exactly sure what is going on nor what I...

It seems like CI is broken for nightly. @Rhuagh