Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
laund
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
laund
3y ago
there's also the option of using a different audio engine, if you're looking for a specific feature. for example bevy_kira_audio does this, though it may also be lacking the advanced features you mentioned.
2.
▲
by
laund
3y ago
thanks to Bevy already being built on the wgpu Rust crate, which implements a API similar to WebGPU but with many different backends, Bevy never really interacted with WebGL directly. in fact, the PR to add WebGPU support was not that large
3.
▲
by
laund
3y ago
you might have better luck asking something with internet access, like Phind or even Bing AI than ChatGPT
4.
▲
by
laund
3y ago
if you want some insight into how some of the magic works, this is a nice resource: https://promethia-27.github.io/dependency_injection_like_bev...
5.
▲
by
laund
3y ago
i only really learnt Rust 1 year ago. Combined with a awful memory for names, i had no clue who wrote the article. Now, the thing is, it's entirely believable to me. Having witnessed the Stroustrup paper which honestly had some way les
6.
▲
by
laund
3y ago
FIXED!
7.
▲
by
laund
3y ago
i think they added the wrong cert. it was working earlier today.
8.
▲
by
laund
3y ago
same for raw.githubusercontent.com which is images, raw text files etc. certificte validity end date: Tue, 21 Mar 2023 23:59:59 GMT
9.
▲
by
laund
4y ago
You should also keep in mind that a lot of Rust library developers release many individual crates from within the same project, inflating the crate count somewhat.
10.
▲
by
laund
4y ago
Rust by default only does a full build really rarely. Ive gone through days, even weeks, of working on a project without a full build. Partial builds are of course way faster, especially if you use many dependencies (i know you don't).