My "ECS for Beginners - Learning Rust on Easy-Mode" presentation at Rustlab in Florence last year is now on Youtube: https://www.youtube.com/watch?v=PXEc-WCGFBQ #bevy #rustlang #gamedev 🦀🎮
rustunit
Rust expertise since 2019
Posts
Few month ago I moved from #GitHub + private CI runners to #Gitea and the only thing bugging me was the lack of runner autoscaling. Solved now with a little #rustlang app. atm requires a #Hetzner token but I will eventually open source it once it proved its stability.
The last #Bevy Meetup recordings are up on YouTube now, if you missed the talks by Promethia or Periwink about Dependency Injection in Bevy and Netcode with lightyear head over to: https://www.youtube.com/playlist?list=PLbvvWoCXmXkKfEIlZyD7vYyBoR4JnowiT #rustlang #gamedev 🦀🎮 @bevy@mastodon.social
Last week we held the 12th online #Bevy Meetup, let's thank our speakers PROMETHIA and Periwink for the great content and in case you missed it - find the recorded livestream here: https://youtube.com/live/vk0YcSjOiDg #rustlang #gamedev 🦀🎮 @bevy@mastodon.social
Bevy by default builds on gpu and therefore modern rendering APIs like Metal and Vulkan, now we have a OpenGL 2 backend: https://github.com/DGriffin91/bgl2 - #Bevy on Windows XP anyone? #rustlang #gamedev 🦀🎮 @bevy@mastodon.social
Join us for the second talk of tonights Bevy Meetup: PERIWINK presents Netcode with lightyear: https://www.youtube.com/watch?v=vk0YcSjOiDg #rustlang #gamedev 🦀🎮
Our first Bevy Meetup talk of 2026 is on: PROMETHIA is sharing deep insights into how Dependency Injection works in #rustlang and #Bevy in particular: https://www.youtube.com/watch?v=vk0YcSjOiDg
The 12th Bevy Meetup starts in 30min. do not miss the livestream: https://www.youtube.com/watch?v=vk0YcSjOiDg #rustlang #gamedev 🦀🎮
Bevy 0.18 Highlight 8/8: Interpolation for Colors and Val - making it easier for tweens or any other type of animation to interpolate them - https://bevy.org/news/bevy-0-18/#interpolation-for-colors-and-layout #rustlang #gamedev 🦀🎮
Bevy 0.18 Highlights 7/8: Font Variations - Now you can use dynamic font weights, ligatures and more - @bevy_ui is coming along! https://bevy.org/news/bevy-0-18/#font-variations #rustlang #gamedev 🦀🎮
Bevy 0.18 Highlight 6/8: Cargo Feature Collections - Finally instead of learning obscure feature names you use "ui", "2d" or "3d" to pick the right cargo features - very nice - https://bevy.org/news/bevy-0-18/#cargo-feature-collections #rustlang #gamedev 🦀🎮
Bevy 0.18 Highlight 5/8: Automatic Directional Navigation in UIs - will be very handy when trying to support gamepad and keyboard navigation in menus - https://bevy.org/news/bevy-0-18/#automatic-directional-navigation #rustlang #gamedev 🦀🎮
Bevy 0.18 Highlight 4/8: First-Party Camera Controls - part of a lot of examples it is now usable in your own projects out of the box and gets you started more quickly - https://bevy.org/news/bevy-0-18/#first-party-camera-controllers #rustlang #gamedev 🦀🎮
Bevy 0.18 Highlight 3/8: Official Color Widget - while more headless widget work landed this one is actually themed useable right out of the box - wen Bevy Editor? https://bevy.org/news/bevy-0-18/#bevy-feathers-widget-color-plane #rustlang #gamedev 🦀🎮
Bevy 0.18 Highlight 2/8: More Standard Widgets - While the foundation for scenes - BSN - is still in progress more headless widgets are being implemented - paving the way for unlocking an editor experience very soon! https://bevy.org/news/bevy-0-18/#more-standard-widgets #rustlang #gamedev 🦀🎮
Today could be historic, the first MVP for #rustlang compile time reflection landed in nightly: https://github.com/rust-lang/rust/pull/146923 - exciting to see this being expanded beyond tuples eventually! 🦀
Bevy 0.18 is out for a week now - time to list my 8 personal highlights: 1st - Fullscreen Materials - makes it easy to create a fullscreen shader to do custom screen post processing. Very nice! Read more: https://bevy.org/news/bevy-0-18/#fullscreen-material #rustlang #gamedev 🦀🎮
Let's welcome the new year with the first #Bevy Meetup and two presenters from the community: Promethia and Periwink, talking about Bevy's Dependency Injection System (Promethia) and Netcode with lightyear (Periwink) - https://www.meetup.com/bevy-game-development/events/312681343/ #rustlang #gamedev
Following the GitUI 0.28 release I want to especially highlight the progress that is being made to "oxidize" away from its current ties to C and libgit2 - if you wanna support this process find open issues here: https://github.com/gitui-org/gitui/issues/2676 #rustlang #cpp 🦀