Package-level declarations
Types
Marks APIs that are experimental and may change or be removed in future releases. Use at your own risk.
Utility functions for geometric intersection and point-in-polygon tests
Core isometric rendering engine. Platform-agnostic — outputs PreparedScene that can be rendered by any platform.
A prepared scene ready for rendering. Contains platform-agnostic render commands sorted by depth.
A platform-agnostic rendering command representing a single polygon to draw. Contains the 2D screen-space points and color, ready for rendering.
Configuration options for rendering
Abstraction over the isometric projection pipeline.
Discrete 2D tile grid coordinate.
Configuration for a io.github.jayteealao.isometric.compose.runtime.TileGrid composable.
Functions
Returns the TileCoordinate of the tile at the given screen position on the specified z-plane.
Converts a continuous world Point to the TileCoordinate of the tile cell that contains it.