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 ๐ฆ๐ฎ
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 ๐ฆ๐ฎ
Bevy 0.18.1 is out now!
This is a point release containing non-breaking fixes to bugs, documentation, and the occasional tiny utility function.
github.com/bevyengine/b...
To update from Bevy 0.18.0, just run "cargo update"
This week in #rust 639 https://this-week-in-rust.org/blog/2026/02/18/this-week-in-rust-639/ #rustlang
i'm super excited to announce Sprinkles: a 3D GPU particle system & editor for #bevy! ๐๐ฉ
โคท doce.sh/blog/bevy-sp...
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.bsky.social
A screenshot of Bevy's `many_lights` stress test, showing about 8,000 small colored lights
A screenshot of the Tracy profiler showing a frame of Bevy rendering at 4.22 ms
In my GPU clustering branch, which is making its way through review, Bevy 0.19 can render ~8,000 visible lights (of 100k total) at about 200 FPS on my laptop 4070. This also adds the infrastructure for particle systems to emit lights entirely from GPU without any CPU involvement at all.
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.bsky.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.bsky.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.bsky.social
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.bsky.social
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.bsky.social
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.bsky.social
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.bsky.social
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.bsky.social
๐ฆ๐ฎ @bevy.bsky.social
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 ๐ฆ๐ฎ @bevy.bsky.social
Bevy 0.18 is out now!
It features Atmosphere Occlusion and PBR Shading, Generalized Atmospheric Scattering Media, Solari features, PBR Fixes, Font Variations, Automatic Directional Navigation, Fullscreen Materials, Cargo Feature Collections, Camera Controllers, and more!
bevy.org/news/bevy-0-...
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 ๐ฆ
GitUI - the ergonomic and fast tui for git - was released in 0.28 today, with a lot of new contributors โค๏ธ, many fixes and new features like pre-push hook support and checking out while having changes: https://github.com/gitui-org/gitui/releases/tag/v0.28.0 #rustlang #git #tui ๐ฆ
We open sourced a little CLI tool that counts all โญ๏ธ a GitHub org has across all their projects: https://github.com/rustunit/orgstars #rustlang #oss #productivity ๐ฆ
GitUI - the fast terminal based UI for git - is closing in on 21k stars on GitHub: https://github.com/gitui-org/gitui - thanks for everyone out there happily using it. Feel free to reach out and tell us how it is working for you. If you wanna get into #rustlang maybe this is the day? ๐ฆ
ezli.me the fast and free link shortener is now open source: https://github.com/rustunit/ezlime written in #rustlang ๐ฆ
WebGPU is now supported in major browser ๐
web.dev/blog/webgpu-...