syynth's Avatar

syynth

@syynth.dev

web dev by day, aspiring game dev by other days he/him JavaScript • Rust • C# • Game Dev • UI • 3D Printing • CAD

1,502
Followers
2,104
Following
115
Posts
23.08.2023
Joined
Posts Following

Latest posts by syynth @syynth.dev

i couldn’t fully articulate what i want here but “something something comptime”, proc macros make me so sad

08.03.2026 16:06 👍 2 🔁 0 💬 0 📌 0
Preview
GitHub - pcwalton/bevy_hanabi: A fork of Bevy Hanabi, the GPU-driven VFX system for Bevy, with improved performance and functionality A fork of Bevy Hanabi, the GPU-driven VFX system for Bevy, with improved performance and functionality - pcwalton/bevy_hanabi

My fork of Bevy Hanabi, Hanabi-Batched, has been updated to support 0.18 and has many more improvements, such as lookup textures, PBR particles, and GPU mergesort for ribbons: github.com/pcwalton/bev...

If you're looking for a way to use Hanabi on 0.18, feel free to grab it!

29.01.2026 16:17 👍 40 🔁 4 💬 0 📌 0
Preview
Avian Physics 0.5 - Joona Aalto Bevy 0.18 support

I just released version 0.5 of Avian, an ECS-driven physics engine for @bevy.org.

This is the first update under our new release process, where we publish Bevy version updates separately from feature releases.

As always, an announcement post can be found here:
joonaa.dev/blog/11/avia...

17.01.2026 01:23 👍 147 🔁 20 💬 2 📌 0
Preview
Replace `RenderGraph` with systems by tychedelia · Pull Request #22144 · bevyengine/bevy render-graph-as-systems NoteRemember to check hide whitespace in diff view options when reviewing this PR This PR removes the RenderGraph in favor of using systems. Motivation The RenderGraph API ...

just opened up my render graph as systems pr. this is a massive and potentially controversial change to replace bevy's render graph with system schedules! github.com/bevyengine/b...

16.01.2026 04:41 👍 31 🔁 3 💬 2 📌 1

this is incredible!

16.01.2026 15:01 👍 1 🔁 0 💬 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
30.12.2025 14:31 👍 226 🔁 52 💬 2 📌 6
Post image

New post! "Realtime Raytracing in Bevy 0.18 (Solari)"

jms55.github.io/posts/2025-1...

27.12.2025 20:51 👍 63 🔁 12 💬 0 📌 0
Video thumbnail

Avian finally has built-in move and slide, the movement and collision algorithm at the heart of kinematic character controllers! #bevy #gamedev #physics #kcc

PR: github.com/avianphysics...

25.11.2025 21:00 👍 176 🔁 20 💬 4 📌 0
Realtime

Realtime

Pathtraced reference

Pathtraced reference

Real life has kept me from posting, but I've still been hard at work on Bevy Solari! It now supports specular materials, and has a _way_ improved world cache!

Realtime vs pathtraced reference

23.11.2025 19:39 👍 47 🔁 5 💬 2 📌 0
Move Expressions · baby steps

New #rustlang blog post, about "move expressions", an idea that came up after my last post on ergonomic ref counting:

smallcultfollowing.com/babysteps/bl...

21.11.2025 16:34 👍 22 🔁 4 💬 4 📌 0
Video thumbnail

Animated sprite for a fire. WIP 2d GI for bevy (rust game engine), ATM its just brute force ray trace on SDF but debugging cascades version atm.. #indiedev #gamedev #graphics #rust #bevy

18.11.2025 20:17 👍 10 🔁 6 💬 0 📌 0

i certainly wouldn’t want to implement an ECS myself but i find it makes my game code simpler than what i’d write in equivalent systems.

but i’d also be lying if i said i didn’t enjoy all the type magic and “puzzle” of getting some of those things to compile and fit together nicely. ;)

19.10.2025 17:48 👍 2 🔁 0 💬 1 📌 0

i’ve had a very very positive experience integrating LDtk with bevy so far, it uses “tags” a lot, which map cleanly onto components, i don’t know how one would use it for a “big” project otherwise

19.10.2025 17:26 👍 2 🔁 0 💬 1 📌 0

i definitely find myself taking something that would be a one-off and turn it into a system just due to bevy’s design, but also my brain just works that way. tbh maybe if i used another engine after bevy i’d have new habits that i find improve my experience of iterating without breakage?

19.10.2025 17:25 👍 2 🔁 0 💬 0 📌 0

that’s a problem, and hopefully getting better with the hot-reloading, but my background in unity has taught me to expect the editor to lock up so i’m just suffering from low expectations, i imagine. occasionally running cargo clean and freeing 80gb is brutal, though

19.10.2025 17:20 👍 2 🔁 0 💬 1 📌 0

i see this often and believe everyone who says it, but my experience with using rust/bevy for gamedev has been that existing stuff breaks less when i add something new. maybe it’s just my skill issues, but i feel like it helps my iteration speed because something else hasn’t exploded in the process

19.10.2025 16:58 👍 5 🔁 0 💬 1 📌 0
Preview
Bevy Observer Filters Using On<Event, Filter> for fun and profit

Observer filters in Bevy with EntityCommandsTrigger doesn't do what most people expect it to. Here's some experimentation in enabling `On<Event, Filter>` style observers to power the separation of observer functions that target different types of entities

www.christopherbiscardi.com/bevy-observe...

17.10.2025 14:37 👍 20 🔁 3 💬 1 📌 0
Preview
Avian Physics 0.4 - Joona Aalto Massive performance improvements, and overhauled forces and joints

I just released version 0.4 of Avian, an ECS-driven physics engine for @bevy.org.

This is the biggest release yet, featuring 3x performance(!), overhauled forces and joints, voxel colliders, Bevy 0.17 support, and much more.

As always, release notes can be found here:
joonaa.dev/blog/09/avia...

13.10.2025 12:09 👍 82 🔁 13 💬 2 📌 0

this is my first time coming across BigBrain but this looks very interesting! i do especially like the fact that it could be asset driven, that’s slowly becoming more important to me as i get deeper into bevy

08.10.2025 02:52 👍 1 🔁 0 💬 1 📌 0

separate screenshots would have helped a lot, but i _think_ option C, though depending on how important the values around healthbars really are, i’m not sure i’d love the radial UI there. it looks nice, but feels less easy to read than a plain set of bars. i also like the G layout as a second choice

07.10.2025 04:32 👍 1 🔁 0 💬 0 📌 0
Preview
Bevy 0.17 Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!

Bevy 0.17 is out now! It features Raytracing, Improved Observers / Events, UI Widgets, Rust Hotpatching, Light Textures, DLSS, Tilemap Chunks, Web Assets, Reflect Auto-Registration, UI Gradients, Raymarched Atmosphere, Virtual Geometry BVH Culling, and more!

bevy.org/news/bevy-0-17

30.09.2025 19:41 👍 227 🔁 79 💬 4 📌 8
Video thumbnail

I finally figured out how to screen record so I can post my progress again lol

I finished the main cast's directional sprites a while ago! (Some minor tweaks pending)... Gonna post some animations soon!

Featured here:
Minnie, Solstice
Laetitia, Farris

#indiegame #devlog #pixelart #codetta

22.09.2025 17:52 👍 28 🔁 6 💬 1 📌 0
Post image

New blog post: "Realtime Raytracing in Bevy 0.17 (Solari)"
jms55.github.io/posts/2025-0...

20.09.2025 21:23 👍 74 🔁 17 💬 0 📌 2

just came across this, it was super helpful, thanks!

21.09.2025 00:30 👍 1 🔁 0 💬 0 📌 0
Preview
"The" Bevy Editor should not exist charlotte, for your information

hot take: talking about "the" bevy editor is a trap... we should focus on building composable, modular tools that deliver incremental value, just like everything else we do in @bevy.org www.charlotte.fyi/posts/toward...

26.08.2025 01:43 👍 63 🔁 10 💬 6 📌 2

maybe i just need to try it and find out!

16.08.2025 15:21 👍 1 🔁 0 💬 0 📌 0

i’ve been looking at this with a lot of interest, but i’m struggling a little with where to apply the ideas. most of the immediate use cases i think of seem to really come back to system sets, where the “openness” is important, or just dependency management is the other obvious use i see

16.08.2025 15:21 👍 1 🔁 0 💬 2 📌 0
Preview
crates.io: Rust Package Registry

crates.io/crates/dlss_...

Just published my open source crate for using DLSS in wgpu! Supports both super resolution and ray reconstruction.

Also look forward to DLSS support in the upcoming Bevy 0.17 release!

15.08.2025 00:17 👍 39 🔁 7 💬 1 📌 0
Preview
Bevy's Fifth Birthday Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!

Today is Bevy's fifth birthday! As always, I've used this as a chance to reflect on the past year and outline my hopes and dreams for the next year of #bevy:

bevy.org/news/bevys-f...

11.08.2025 10:54 👍 153 🔁 40 💬 4 📌 7