Categorygithub.com/fullstack-lang/gongsim
repositorypackage
0.0.0-20240807014722-b30759bf7f90
Repository: https://github.com/fullstack-lang/gongsim.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

A gong stack for developping simulations

compile application

cd ng; npm i; ng build;

launch application

at the root of the repository (requires go >= 1.16)

go run main.go

expected result

launch browser on http://localhost:8080

Architecture of a simulation

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 {


}