REPOSITORY OVERVIEWLive repository statistics
★ 28Stars
⑂ 0Forks
◯ 2Open issues
◉ 28Watchers
67/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
90 Community adoption25% weight
22 Maintenance state20% weight
65 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
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_svg crate
- bevy-terrain: A plugin for rendering quadtree terrain in Bevy
Resources
See CREDITS.md for which resources where used.