Maze Builder Docs 6.0.1
|
▼Cmazes::algo_interface | Interface for the maze generation algorithms |
Cmazes::binary_tree | Binary tree algorithm for generating mazes |
Cmazes::dfs | Depth-first search algorithm for generating mazes |
Cmazes::sidewinder | Sidewinder algorithm for generating mazes |
Cmazes::args | Simple argument handler |
Cmazes::base_64_helper | Base64 encoding and decoding helper class |
Cmazes::build_info | Build information for the maze builder library |
Cmazes::cell | Cell class for maze generation |
Cmazes::configurator | Configuration class for the maze builder |
Cmazes::distances | Distances utility class for counting paths and nodes |
Cmazes::factory | Factory provides a way to create mazes |
▼Cmazes::grid_interface | Interface for the grid class |
▼Cmazes::grid | General purpose grid class for maze generation |
Cmazes::colored_grid | Extension of the grid class to include color information |
Cmazes::distance_grid | A grid that can calculate distances between cells |
Cmazes::json_helper | JSON helper class |
Cmazes::maze | Data class representing a 2D or 3D maze |
Cmazes::pair_hash | Hashing function to store a block's (x, z) position |
Cmazes::progress | Simple clock for elapsed events |
Cmazes::stringz | String helper class |
Cmazes::wavefront_object_helper | Transform a maze into a Wavefront object string |
Cmazes::writer | Handles file writing for text, stdout, images, and object files |