Releases: wesfly/kestrel
Release list
v0.3.3
v0.3.2
Download the file for your platform from the Assets below.
On macOS/Linux, mark it executable before running: chmod +x kestrel-*
Ignore "Source code (zip)" and "Source code (tar.gz)" — GitHub
adds those automatically to every release; they're not runnable builds.
v0.3.1
Kestrel Flight Simulator Minor Release v0.3.1
v0.3.0
This release brings some major changes, packed in 135 commits and 69 changed files.
- Switched from
bevy0.18 to 0.19 - Added a Fluxer Community Link to the readme
- Added some finally working spherical terrain using
big_spaceand continuously updating quadtrees for optimisation - Added gravity that pulls everything to the earth's centre
bevy_fswas renamed tokestrelbecause thefsinbevy_fscould mean file system- Added more locations to the menu
- Migrated UI to
bevy_feathers - Added buildings (experimental)
@Koru helped me fixing my messy Git LFS config on Codeberg. Thanks!
Full Changelog: v0.2.0...v0.3.0
Note that the attached ZIP files could be incomplete, use the instructions from the readme instead.
v0.2.0
v0.2.0 - 6-month anniversary of bevy_fs
Today, bevy_fs is turning half a year old! Thank you so much for your motivation and support.
This release includes:
- A pause shortcut to pause/unpause the sim
- The migration of the flight dynamics model from my own to
avian_fdmby @viccuad - Some work on the landing gear of the Breeze fighter jet
- A new terrain shader that makes the terrain look way more realistic
- The J-3 Cub from the example of
avian_fdmby @viccuad and the J-3 Cub Flight Gear repo - You can now return to the main menu by pressing
escto fly in different locations and with different aeroplanes without having to restart the session
All 75 commits: v0.1.1...v0.2.0
Warning
Note that the attached auto-generated zip files don't work because they don't include the Git LFS objects. Make sure to clone the repository by using git clone https://github.com/wesfly/bevy_fs.git instead.
v0.1.1
v0.1.1
This release of bevy_fs features:
- Better/more realistic 3D model
- More realistic flight dynamics
- New menu
- Fixed a bug where terrain didn't spawn
- Better landing gear
- Brakes
and more...
to run bevy_fs, use
git clone https://github.com/wesfly/bevy_fs.git
cd bevy_fs
git lfs pull
cargo run --release
Note that the attached .zip files don't include the git lfs objects.
v0.1.0
First Release
First release, still under development, but you can already have fun flying :P
Features
- Fly at any location on earth (currently flat inside the sim)
- An aeroplane and a helicopter
- Some other stuff, see readme
Expect bugs
Full Changelog: https://github.com/wesfly/bevy_fs/commits/v0.1.0