Skip to main content

Crate wows_minimap_renderer

Crate wows_minimap_renderer 

Source

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.