Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TheRawMeatball
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
TheRawMeatball
5y ago
Yes! Marker components, as we like to call them are a common and encouraged pattern :)
2.
▲
by
TheRawMeatball
5y ago
No, but the https://github.com/Nilirad/bevy_prototype_lyon crate does a very nice job here :)
3.
▲
by
TheRawMeatball
5y ago
Check out https://bevy-cheatbook.github.io/ ! It's a WIP, but it covers all the basics very well.
4.
▲
by
TheRawMeatball
5y ago
We let wgpu https://github.com/gfx-rs/wgpu-rs handle our graphics backend abstraction, so our OpenGL support will come whenever they implement and release it. Currently, it seems to be a WIP.