src/boids_simpkg/lib

Search:
Group by:

Main module of the library. This file contains the run procedure and related functions.

Procs

proc run(screenSize: Vector2) {....raises: [Exception], tags: [RootEffect],
                                forbids: [].}
Initizalize the window, setup variables and run the main loop. This procedure only returns when the window is closed.