Skip to content

fullstack-lang/gongsim

Repository files navigation

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 {


}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages