forked from BhallaLab/moose-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (21 loc) · 743 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
File: README
Author: Subhasis Ray
Created: 2012-11-29
Requirements:
Required:
PyQt4 (4.8 or higher)
numpy
matplotlib
Optional:
python-qscintilla (prettier Python shell with autocomplete)
This directory contains scripts for the MOOSE GUI.
mgui.py : main driver for the gui. This provides a main window and
basic menubar and toolbar.
plugins/ : All plugins should be added to this directory.
Each plugin should be derived from MoosePlugin in plugins/default.py.
Each plugin provides three views: EditorView, PlotView and RunView.
EditorView: the view for editing models
PlotView: this is for advanced users to select fine details of
plotting.
RunView: this view is for displaying dynamic updates when the
simulation is executed.