Crate honeycomb_render

Source
Expand description

§honeycomb-render

This crate implements a graphical debugging tool using the bevy crate. The App structure can be used to render a given combinatorial map, using underlying ECS logic to render map items.

All the ECS code used to render maps is left public, allowing advanced user to customize the rendering tool to account for user-defined attributes.

Note that rendering large maps may require running the program in release mode.

§Quickstart

Examples are available in the dedicated crate.

Modules§

Structs§

  • Default render structure.