src/boids_simpkg/ui/main_ui

Search:
Group by:

Procs

proc get[Slider](ui: Ui; s: Slider): float
Get the value of a slider. Takes a Slider enum and the main ui as arguments.
proc setupMainUi(): Ui {....raises: [], tags: [], forbids: [].}
Create the main ui. Is called once before the game loop. It initializes all the widgets and settings.