Package-level declarations

Types

Link copied to clipboard
class FieldUtil

Utility class for field-related calculations and conversions.

Link copied to clipboard
class LoopManager(targetFPS: Int, val updateFunction: (deltaTime: Long) -> Unit, val renderFunction: () -> Unit)

Manages the main loop for updating and rendering at a target frames per second (FPS).