https://github.com/dolejska-daniel/unitydes
Simple yet powerful Unity scripts allowing simple implementation of discrete event-based simulations (DES).
https://github.com/dolejska-daniel/unitydes
discrete-simulation event-simulation library simulation unity unity-scripts
Last synced: about 2 months ago
JSON representation
Simple yet powerful Unity scripts allowing simple implementation of discrete event-based simulations (DES).
- Host: GitHub
- URL: https://github.com/dolejska-daniel/unitydes
- Owner: dolejska-daniel
- License: mit
- Created: 2020-12-20T13:03:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T20:34:40.000Z (over 4 years ago)
- Last Synced: 2025-03-30T11:21:58.175Z (3 months ago)
- Topics: discrete-simulation, event-simulation, library, simulation, unity, unity-scripts
- Language: C#
- Homepage:
- Size: 66.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unitydes
> v0.2.0This package aims to provide lightweight, extensible and simple to use discrete event-based simulation _"framework"_ for C# and Unity.
The source code is not strictly bound to Unity so generic C# usage is an option too.
Also, there are **no external library dependencies**.## Installation
Please refer to the [releases page](https://github.com/dolejska-daniel/unity-quadtree/releases).Unity packages are part of every release.
## Usage examples
_TBD_