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

# 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 {


}

# Packages

Package gongsim gongsim backend API gongsim exposes types of a package.
No description provided by the author

# Variables

NgDistNg is the export of angular distribution.