Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daviddrell/visualsc
- Owner: daviddrell
- Created: 2011-03-26T19:20:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T18:32:40.000Z (over 8 years ago)
- Last Synced: 2024-08-01T16:23:03.378Z (7 months ago)
- Language: C++
- Homepage:
- Size: 102 MB
- Stars: 31
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README
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=sharingInstall Visual Statechart 2.0.0
https://drive.google.com/file/d/0B1lDetBy1i69RzJMQmlfeXhENFk/view?usp=sharingVisualSc 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.