Rustunit's Avatar

Rustunit

@rustunit.com

Rust ๐Ÿฆ€, Bevy, Game Dev and Beyond

738
Followers
8
Following
203
Posts
18.11.2023
Joined
Posts Following

Latest posts by Rustunit @rustunit.com

Post image

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 ๐Ÿฆ€๐ŸŽฎ

04.03.2026 12:15 ๐Ÿ‘ 25 ๐Ÿ” 5 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Comparing v0.18.0...v0.18.1 ยท bevyengine/bevy A refreshingly simple data-driven game engine built in Rust - Comparing v0.18.0...v0.18.1 ยท bevyengine/bevy

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"

04.03.2026 02:19 ๐Ÿ‘ 55 ๐Ÿ” 10 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 2

This week in #rust 639 https://this-week-in-rust.org/blog/2026/02/18/this-week-in-rust-639/ #rustlang

19.02.2026 02:38 ๐Ÿ‘ 4 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Video thumbnail

i'm super excited to announce Sprinkles: a 3D GPU particle system & editor for #bevy! ๐Ÿ’•๐Ÿฉ

โคท doce.sh/blog/bevy-sp...

18.02.2026 11:57 ๐Ÿ‘ 67 ๐Ÿ” 10 ๐Ÿ’ฌ 3 ๐Ÿ“Œ 1
Post image

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.

14.02.2026 21:09 ๐Ÿ‘ 8 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

10.02.2026 23:12 ๐Ÿ‘ 14 ๐Ÿ” 6 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
A screenshot of Bevy's `many_lights` stress test, showing about 8,000 small colored lights

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

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.

09.02.2026 22:14 ๐Ÿ‘ 78 ๐Ÿ” 6 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

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

03.02.2026 17:02 ๐Ÿ‘ 7 ๐Ÿ” 4 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

30.01.2026 17:08 ๐Ÿ‘ 26 ๐Ÿ” 5 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0
Post image

Join us for the second talk of tonights Bevy Meetup: PERIWINK presents Netcode with lightyear: https://www.youtube.com/watch?v=vk0YcSjOiDg #rustlang #gamedev ๐Ÿฆ€๐ŸŽฎ

29.01.2026 22:31 ๐Ÿ‘ 9 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

29.01.2026 22:07 ๐Ÿ‘ 7 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

The 12th Bevy Meetup starts in 30min. do not miss the livestream: https://www.youtube.com/watch?v=vk0YcSjOiDg #rustlang #gamedev ๐Ÿฆ€๐ŸŽฎ

29.01.2026 21:33 ๐Ÿ‘ 11 ๐Ÿ” 4 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

28.01.2026 00:00 ๐Ÿ‘ 12 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

27.01.2026 00:24 ๐Ÿ‘ 8 ๐Ÿ” 3 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

26.01.2026 00:00 ๐Ÿ‘ 9 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

25.01.2026 00:00 ๐Ÿ‘ 10 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

24.01.2026 00:00 ๐Ÿ‘ 9 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

23.01.2026 00:00 ๐Ÿ‘ 10 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

๐Ÿฆ€๐ŸŽฎ @bevy.bsky.social

22.01.2026 00:00 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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...

22.01.2026 00:00 ๐Ÿ‘ 8 ๐Ÿ” 2 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

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! ๐Ÿฆ€

21.01.2026 20:48 ๐Ÿ‘ 9 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

21.01.2026 02:59 ๐Ÿ‘ 11 ๐Ÿ” 3 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Bevy 0.18 Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!

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-...

13.01.2026 21:41 ๐Ÿ‘ 182 ๐Ÿ” 72 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 3
Post image

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

02.01.2026 16:17 ๐Ÿ‘ 19 ๐Ÿ” 6 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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 ๐Ÿฆ€

16.12.2025 17:00 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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 ๐Ÿฆ€

14.12.2025 22:30 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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 ๐Ÿฆ€

30.11.2025 18:00 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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? ๐Ÿฆ€

29.11.2025 12:14 ๐Ÿ‘ 6 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

ezli.me the fast and free link shortener is now open source: https://github.com/rustunit/ezlime written in #rustlang ๐Ÿฆ€

28.11.2025 20:52 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
WebGPU is now supported in major browsers ย |ย  Blog ย |ย  web.dev Read about the biggest web graphics launch since WebGL. WebGPU is supported across major browsers, bringing unparalleled performance to the web.

WebGPU is now supported in major browser ๐ŸŽ‰

web.dev/blog/webgpu-...

26.11.2025 20:28 ๐Ÿ‘ 40 ๐Ÿ” 5 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0