Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daviddrell/visualsc

Visual State Chart Editor for SCXML
https://github.com/daviddrell/visualsc

Last synced: 4 months ago
JSON representation

Visual State Chart Editor for SCXML

Awesome Lists containing this project

README

        

VisualSc - Visual Statechart Editor for SCXML.
Developed by Matthew Zhan and David Drell.

Install Micosoft Visual C++ 2013 (REQUIRED)
https://drive.google.com/file/d/0B1lDetBy1i69TUVrWjZRd21qOWM/view?usp=sharing

Install Visual Statechart 2.0.0
https://drive.google.com/file/d/0B1lDetBy1i69RzJMQmlfeXhENFk/view?usp=sharing

VisualSc is an editor for hierarchical statecharts developed in C++ with Qt and is based on the statechart model by David Harel. One can save and load statecharts using .SCXML and export statecharts to C++ code. The purpose of this program is to provide the user a platform to quickly create and easily manage statechart states and transitions with an editable graphics view and an organized form view. Additionally, VisualSc can port a statechart directly to code, modeling the statechart using the Qt framework with QStates.