Johan Helsing
@johanhelsing.bsky.social
37 followers 33 following 5 posts
https://johanhelsing.studio #rustlang #bevyengine #gamedev
Posts Media Videos Starter Packs
johanhelsing.bsky.social
bevy_smud (2d sdf shapes) 0.12 is out and not just a simple Bevy 0.17 port this time!

- Picking support (precise or bounding box)
- Rust port of sdfs
- Up to 4 custom params per shape instance
- Fills have access to pos and params
- Additive blend
- bevy_on_fire example

github.com/johanhelsing...
johanhelsing.bsky.social
Bevy 0.17 porting progress of the community crates I'm maintaining and/or depending upon. Green crates are released, yellow are in progress.

`bevy_web_asset` was upstreamed into Bevy itself, so looks like I won't be porting that one :)

#bevyengine #rustlang
johanhelsing.bsky.social
Working on a new chapter for Extreme Bevy, my tutorial series on making a p2p multiplayer web game with Bevy

Released chapters here: johanhelsing.studio/posts/extrem...

#bevyengine #rustlang #gamedev
johanhelsing.bsky.social
bevy_smud (sdf shape rendering for Bevy) is back from the dead.

I ported from Bevy 0.14 to 0.16. Getting tonemap support working turned out to be the biggest hurdle this time around.

Everything seems to be running *smoothly* :P

github.com/johanhelsing...

#rustlang #gamedev #bevyengine
Screenshot of a bevy_smud example. A grid of sdf rendered shapes
johanhelsing.bsky.social
Most of my Bevy crates have finally been updated for 0.16 :)

Highlights:

bevy_matchbox: direct p2p, including web
bevy_ggrs: p2p rollback
bevy_pancam: map-like cameras
bevy_trauma_shake: camera shake
noisy_bevy: cpu/gpu noise
bevy_pkv: persistent key value store

#bevyengine #gamedev #rustlang