Hi friends! Quick update: v0.5.0 of the #bevy linter is out now, coming with support for Bevy 0.17. Check it out!
https://github.com/TheBevyFlock/bevy_cli/releases/tag/lint-v0.5.0
#Tag
Hi friends! Quick update: v0.5.0 of the #bevy linter is out now, coming with support for Bevy 0.17. Check it out!
https://github.com/TheBevyFlock/bevy_cli/releases/tag/lint-v0.5.0
Shameless ad for merch.bevy.org You too can look super cute (and rep #bevy) 😁 Disclaimer: this is a super inefficient way to give us money, the profit margin is set quite low!
Shameless ad for merch.bevy.org You too can look super cute (and rep #bevy) 😁 Disclaimer: this is a super inefficient way to give us money, the profit margin is set quite low!
Hi friends! Quick update: v0.5.0 of the #bevy linter is out now, coming with support for Bevy 0.17. Check it out!
https://github.com/TheBevyFlock/bevy_cli/releases/tag/lint-v0.5.0
Did not yet watched it myself, but it is by @chrisbiscardi So it is probably good. #rust #bevy #bevy_engine
Lots of things happened my #Bevy flight simulator since my last update two days ago.
- New cockpit model
- There is a throttle display
- The sun position can now be changed without recompiling (settings.json)
- All screen space effects are in one file (sse.rs)
- Complete rewrite of the input handling (makes the helicopter easier to control)
- There's a new procedural terrain (it doesn't have collisions yet)
https://codeberg.org/wesfly/bevy-fs/
https://github.com/wesfly/bevy_fs/
Lots of things happened my #Bevy flight simulator since my last update two days ago.
- New cockpit model
- There is a throttle display
- The sun position can now be changed without recompiling (settings.json)
- All screen space effects are in one file (sse.rs)
- Complete rewrite of the input handling (makes the helicopter easier to control)
- There's a new procedural terrain (it doesn't have collisions yet)
https://codeberg.org/wesfly/bevy-fs/
https://github.com/wesfly/bevy_fs/
Did not yet watched it myself, but it is by @chrisbiscardi So it is probably good. #rust #bevy #bevy_engine
The graphics of the flight simulator have improved significantly over the last days, with a new atmospheric ambient light and screenspace ambient occlusion. There is also an update to the 3D model of the cockpit. I can't update to Bevy 0.18 yet, but I will do that asap.
https://codeberg.org/wesfly/bevy-fs
https://github.com/wesfly/bevy_fs
The graphics of the flight simulator have improved significantly over the last days, with a new atmospheric ambient light and screenspace ambient occlusion. There is also an update to the 3D model of the cockpit. I can't update to Bevy 0.18 yet, but I will do that asap.
https://codeberg.org/wesfly/bevy-fs
https://github.com/wesfly/bevy_fs
Hi #bevy ! We're looking to apply for Google Summer of Code 2026, to help teach and train students and those new to #opensource.
Have a project idea that you'd like to mentor? Interested in being a mentor in general? Sign up here! https://docs.google.com/spreadsheets/d/1ehuIyy32z1CDBpdSaYLEUCT3J3EOiV7v5eRcNVGMEVQ
Applications open on January 19th, so we'd like to get this set up this week :)
Hi #bevy ! We're looking to apply for Google Summer of Code 2026, to help teach and train students and those new to #opensource.
Have a project idea that you'd like to mentor? Interested in being a mentor in general? Sign up here! https://docs.google.com/spreadsheets/d/1ehuIyy32z1CDBpdSaYLEUCT3J3EOiV7v5eRcNVGMEVQ
Applications open on January 19th, so we'd like to get this set up this week :)
Today's changes include the addition of screen space reflections, which can be disabled via the settings.json file. There is also a more detailed cockpit and a bug that caused the game to crash when motion blur was disabled has been fixed.
https://codeberg.org/wesfly/bevy-fs
#rust #rustlang #gamedev #FlightSim #aviation #bevy #helicopter #airplane #DevLog
Today's changes include the addition of screen space reflections, which can be disabled via the settings.json file. There is also a more detailed cockpit and a bug that caused the game to crash when motion blur was disabled has been fixed.
https://codeberg.org/wesfly/bevy-fs
#rust #rustlang #gamedev #FlightSim #aviation #bevy #helicopter #airplane #DevLog
After a few days of struggling, I finally realised that it would be easier to make helicopter flight dynamics with Bevy Rapier, and it works now! Flying the helicopter in the simulator is probably as hard as flying a real one.
After a few days of struggling, I finally realised that it would be easier to make helicopter flight dynamics with Bevy Rapier, and it works now! Flying the helicopter in the simulator is probably as hard as flying a real one.
The Bevy Metrics dashboard is now live at https://metrics.bevy.org!
For each #Bevy commit this tracks compile times, binary size, and runs stress tests on standardized, real gaming hardware. These are all graphed to identify historical trends and track down commits that improve or regress the state of Bevy!