-
Site admin.
-
Joined on
2020-09-17
Grid attributes: Vectors instead of Tuples
Hide classes from the module which can't be instantiated
mcrfpy.TileLayer / mcrfpy.GridLayer have no __init__ docs
Grid attributes:
grid_x and grid_y should be grid_w and grid_h
.bounds and .global_bounds should be a pair of vectors, not 4 values
Caption.resize does nothing; bounds are available but size is not
GridPoint shows its coordinate in repr, but doesn't expose it as a property.
No method to add layer to grid after initialization
WONTFIX - grid.add_layer(layer) and grid.remove_layer(layer) exist; the layer.grid method would be very convenient and consistent, but I'm not going to take on the engineering work for…