This repo contains various crates for open world rendering in Bevy.
Important
Most of these crates are meant as demonstrations of what is possible using Bevy and not so much usable as crates that can be used in other projects. Therefore, they're not published on crates.io for now.
Currently includes:
- bevy-adsb: A plugin to visualize ADS-B aircraft traffic using real-world data from ADSB.lol.
- bevy-earth: A plugin to render a simple earth model with day/night cycle
- bevy-flight-sim: A plugin that implements flight simulator elements (instruments etc.)
- bevy-night-sky: A plugin to render a a skybox of our Milky Way sky at night
- bevy-osm: A plugin for rendering OpenStreetMap buildings, roads etc. in Bevy
- bevy-skybox: A plugin to render a simple skybox
- bevy-svg: A plugin for rendering SVGs, inspired by the
bevy_svgcrate - bevy-terrain: A plugin for rendering quadtree terrain in Bevy
See CREDITS.md for which resources where used.

