A gong stack for developping simulations
cd ng; npm i; ng build;
at the root of the repository (requires go >= 1.16)
go run main.go
launch browser on http://localhost:8080
Gongsim allows implementation of Agent Based simuation.
For instance, let's simulation N lady bugs walking on a ruler of one meter.
type Ladybug struct {
}