SimScript/React Demo
This demo is a React app that shows simulations created with SimScript, a Discrete Event Simulation Library in TypeScript with support for 2D and 3D animations.
The sample simulations are divided into three categories:
- SimScript: These are simple examples that demonstrate SimScript features.
- GPSS: These samples are inspired by the set of GPSS samples published by Minuteman software.
They show how you can use SimScript to simulate a wide range of practical applications and allow you to compare results obtained by GPSS and SimScript. - Steering: These samples are inspired by the article Steering Behaviors For Autonomous Characters. They present solutions for a common requirement of autonomous characters in simulations and games: the ability to navigate around their world in a life-like and improvisational manner.