Máté Homolya

Results 11 comments of Máté Homolya

## Run example for testing ```bash git clone [email protected]:brillout/wildcard-api.git cd wildcard-api git checkout -b renaming cd telefunc npm i npm run build cd ../examples/vite npm i ln -s ../../telefunc ./node_modules/telefunc...

Hello @mdkdy thank you for sharing this result, it looks stunning. Could you share some implementation details for the dynamic `SAMPLE_COUNT` ? I would love to have a chat with...

First I'd like to thank you for spending the time to leave feedback. I agree with all of your suggestions, I was sharing this code early while still work in...

Just leaving a note here: upon further examining the demo page, the performance seems to drop around the top of the page, where the panel has a lot of elements...

Notes, remaining feedback to address: - [x] fix CI more than 1 check is failing - [x] find out/gather feedback whether it's better to have 1 less ktx file and...

I think this is ready for a final review, and I think we should move the remaining feedback to a follow up tracking issue (multiple even if needed), I think...

After a discussion this morning, we agreed to add the spatio temporal blue noise texture to Bevy PBR plugin. This is from Electronic Arts' fastnoise repo. https://github.com/electronicarts/fastnoise/ I combined the...

Fixed the runtime issue on linux with the vulkan backend. I got a working version of web build locally, switching the bindings around a bit. Since the web support was...

Got feedback from Jasmine that I should try to keep the original setup with the full bind group for the native build, and rely on feature flags - I will...

@alice-i-cecile this is ready for a merge again. The CI should pass for web and linux.