docs.rs failed to build bevy_ym2149_viz-0.9.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bevy_ym2149_viz-0.8.0
bevy_ym2149_viz – YM2149 Visualization Helpers
UI companion crate for bevy_ym2149. It wires oscilloscope traces, spectrum bars, progress HUDs, and playlist indicators into your Bevy scene so you can focus on audio/gameplay logic.
Features
Ym2149VizPlugin– registers the systems/resources needed to keep UI widgets in sync withYm2149Playback- Builder helpers (
create_status_display,create_channel_visualization,create_detailed_channel_display,create_oscilloscope) for instant layouts - Component types (
SongInfoDisplay,SpectrumBar,OscilloscopePoint,SongProgressFill, …) are public so custom UIs can reuse the same systems - Systems (
update_song_info,update_oscilloscope,update_song_progress, etc.) update nodes based on playback + channel snapshots
Usage
use *;
use ;
use ;
Need more elaborate UI? Inspect the advanced_example or demoscene demos in bevy_ym2149_examples.
License
MIT – matches the rest of the workspace.