Easy2Sim
Description
Easy2Sim is an open source C# simulation framework developed by the RISC Software GmbH. The goal of the framework is to allow fast development of simulation libraries and a good connection to other programs. The framework supports dynamic (continuous) and discrete-event simulation. By default the framework runs deterministically.
A dynamic simulation describes a system that changes at every time step, e.g. water running down a river or a temperature regulation for a room. In a discrete-event simulation, events happen that change the system, e.g. a digital clock that changes the time every second.
The simulation framework has been built by the RISC Software GmbH in the Secure Prescriptive Analytics project.
Installation
Easy2Sim is available as a NuGet package and targets .NET 8:
Next steps
- Getting started — create and run your first simulation in a few minutes
- Components and connections — learn how to build your own simulation components
- Solvers — choose between the dynamic and the discrete-event solver
- Visualization (WPF) — live charts and custom visualization components
- AI coding assistants — use Easy2Sim with AI coding assistants (llms.txt, AGENTS.md template)