101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

501
active users

#bevyengine

7 posts6 participants0 posts today

Most of the Bevy crates I maintain have now been updated for 0.16. I ended up making a graph to track what needed to be done first, including dependencies I was waiting for

- bevy_matchbox: direct p2p, inkluding 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
- bevy_web_asset: http assets
- bevy_roll_safe
- bevy_sparse_grid_2d
- bevy_crossbeam_event

I had a true type font for Pico-8 that was one “pixel” too high. So instead of creating one #bevyengine Text component, I had to create one per line so I could manually position them to preserve Pico-8 behavior.

I tried to eliminate the one blank “pixel” row in the font using FontForge. Oh my god fonts are complicated. I failed the first time and moved on to other stuff.