Re-exports§
pub use assets::GameFonts;pub use config::RenderOptions;pub use draw_command::ActivityFeedEntry;pub use draw_command::DrawCommand;pub use draw_command::FontHint;pub use draw_command::RenderTarget;pub use draw_command::RibbonCount;pub use draw_command::ShipConfigFilter;pub use draw_command::ShipConfigVisibility;pub use draw_command::ShipVisibility;pub use drawing::ImageTarget;pub use drawing::ShipIcon;pub use encoder::EncoderStatus;pub use encoder::check_encoder;pub use map_data::MapInfo;pub use map_data::MinimapPos;pub use renderer::MinimapRenderer;pub use video::DumpMode;pub use video::RenderProgress;pub use video::RenderStage;pub use video::VideoEncoder;
Modules§
- advantage
- assets
- config
- draw_
command - drawing
- encoder
- H.264 encoder backends for video rendering.
- error
- map_
data - renderer
- video
Constants§
- CANVAS_
HEIGHT - Total canvas height: minimap + HUD.
- HUD_
HEIGHT - Top margin for HUD elements (score bar, timer, kill feed).
- MINIMAP_
SIZE - Minimap image size in pixels (square). Multiple of 16 for H.264 macroblock alignment.
- STATS_
PANEL_ WIDTH - Width of the stats side panel when enabled.