The Common Event Driven Application Runtime (CEDAR) is set of software to design, code generate and run, event driven applications. This formalism is an extension of the Shlaer–Mellor method and executable UML, facilitating deployment of domains across multiple hosts, using networked bridges to process and pass events between them.
Core technologies: XML, Python, Qt/PySide. Current release solely targets Linux, but has previously run on macOS.
Currently released components are:
- eda-model: XML schema and schematron that define the storage of a valid design.
- eda-model-interface: python3 library for loading, editing, diffing and validating an instance of an EDA design.
- edator: The editor/IDE of EDA designs, using Qt/PySide2.
- code generator: generate a C++ code base from a CEDAR model.
- runtime: C++ and python runtime support files
- ruststore: A datastore for the CEDAR runtime