XSMP Modeler is a framework for development of SMDL (Simulation Model Definition Language) as defined in the ECSS SMP standard.
The primary supported IDE is Eclipse. LSP extension for Visual Studio Code is also provided (preview).
It comes with:
- an integrated Text Editor with coloring, error checking, auto-completion, formatting, hover information, outline, quick fix, ...
- a customizable C++ code generator.
- Eclipse 2023-03 or newer.
- JavaSE-17
Refers to instructions provided in the releases page or in the ReadTheDoc documentation.
This project uses Apache maven as its build system.
To build from a command-line, run mvn package
in the root directory of the project source files.
Documentation is available here.
If you are interested in contributing, start by reading the Contributing guide.