src/boids_sim

Search:
Group by:

Boids Simulator

A simple boids simulator written in Nim

See the github repo for more information on installation and usage.

Procs

proc main() {....raises: [ValueError, Exception], tags: [ReadIOEffect, RootEffect],
              forbids: [].}
The main entry point of the program Responsible for environment setup (e.g. command line arguments) and initiating of the main loop Never returns