Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.37 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.37 KB

Project Title: SimSE (Model Builder and Code Generator)

Introduction: SimSE is an educational software engineering simulation environment whose goal is to bridge the gap between the large amount of conceptual software engineering knowledge given to students in lectures and the comparably small amount of this they actually get to put into practice in an associated "toy" software engineering project. SimSE allows students to practice a "virtual" software engineering process (or sub-process) in a fully graphical, interactive, and fun setting in which direct, graphical feedback enables them to learn the complex cause and effect relationships underlying the processes of software engineering.

The code in this repo is the SimSE model building environment, which includes the model builder and the code generator.

image

image

image

For more info, see https://www.ics.uci.edu/~emilyo/SimSE/ and also the docs folder in this repo.

Technologies: Java SDK, JFreeChart

Launch:

  1. Compile all .java files in src (recursively)
  2. Run simse/src/simse/modelbuilder/ModelBuilderGUI