Nuno Leiria

Results 5 issues of Nuno Leiria

When outputting a whole number for MIR_OP_FLOAT on out_op(), mir2c outputs something like 3f. This doesn't compile. Using a specification such as "%#.*gf" would solve the issue.

ForwardGlobals::create_bind_group creates a BindGroupEntry Sampler resource by fetching it from the asset cache. This incurs a string allocation with a ~0.5ms per call overhead on the web.

meta:good first issue
topic:performance

Mac and Windows binaries should be signed so that Ambient native executables don't show scary popups before running.

topic:engops

Hi, I've been trying to use https://github.com/AmbientRun/Ambient on latest VS22 and I've noticed a few issues: When I select 'Start Debugging' for ambient.exe (app/Cargo.toml as startup item) then the code...

enhancement