| Prev | Getting Started – Table of Contents | Next |
Getting Started
Step-by-Step Guide to Modeling and Simulation with SyDEVS
Table of Contents
- Part 1: Setting up your Simulation Project
- Part 2: Creating your First Simulation
- Part 3: Customizing Simulation Output
- Part 4: Adding Ports
- Part 5: Linking Simulation Nodes
- Part 6: Incorporating Additional Examples
- Part 7: Becoming Proficient
New to C++?
You will need a C++ compiler that implements the C++17 standard. This tutorial will assume you are running Windows and using either Visual Studio 2022 or a recent version of the 64+32-bit MinGW-w64 edition of TDM-GCC, though other compilers should also work.
You may also want to download CMake and install it. Although experienced C++ programmers will be able to compile the examples in the tutorial without CMake, the step-by-step instructions assume the use of this free, cross-platform build configuration tool.
Optional: If you want to get through the tutorial as quickly as possible, download and extract this archive. It has all the folders and source files created as if you had already completed Parts 1 through 6 of the tutorial, so that all you have to do is build the examples. However, to get the full learning experience, it is recommended that you start from scratch and complete each step yourself.
Continue to Part 1 |