Home
Name Modified Size InfoDownloads / Week
CurrentRelease 2014-05-11
2014-10May-Architecture and Design of ScenarioEditorAndPlayer.pdf 2014-05-10 470.8 kB
ReadMe.txt 2013-10-26 2.4 kB
ScenarioViewerAndPlayer.chm 2013-10-26 103.7 kB
ScenarioEditor.chm 2013-10-26 134.9 kB
2013-10-01-ScenarioEditorCumVisualizer.zip 2013-10-25 32.4 MB
Totals: 6 Items   33.1 MB 0
#-----------------------------------------------------
# Readme file for Scenario Editor
#
#-----------------------------------------------------

1. Dependencies needed to work with program
--------------------------------------------
Built on Qt Framework and requires Qt 5.1.1 for Desktop and Built using Qt Creator 2.8.1

1a. Target Environment
------------------
This could be done by installing Qt 5.1.1 for Desktop on Windows 7.
On linux or other OS supported by Qt it would require a recompile.

1b. Development Environment
------------------
This could be done by installing Qt 5.1.1 SDK for Desktop which would include Qt Creator 2.8.1
Compiled on Windows 7.


2. Organization
--------------------------------------------

The program requires BOMLibrary developed based on 
SISO Standard Model of Base Object Model, which provide
support for the types. This Library is available as .a file 
(equivalent to Lib) and ad dll and relevant include header files 
also are included. The folder ModelElements contains the xml files
which can be added to add more and more types (as long as using existing
icons)

A Graphical Library BOMGraphicalLibrary developed on top of
BOMLibrary is also required by the program for instantiation
of scenario items.

3. Documentation
--------------------------------------------
The ScenarioEditor classes are described in the ScenarioEditor.chm file
which provides HTML help.

4. Sample Scenario Files
--------------------------------------------
SampleTestScene1.xml and SampleTestScene2.xml are files available with
scenarios which can help to play around with the tool. 

5. Start Using the Source Code and Already compiled Code
----------------------------------------------------------
The code is compiled on Windows 7. Open Scenario Editor project in Qt Creator 
(ScenarioEditor.pro). Then right click on the graphical view pane and click
Open Scenario and select for example SampleTestScene1.xml file. Now you can
find the scenario loaded.

Now click Play icon and this loads the ScenarioViewer. Right click and select
Open Scenario file and select SampleTestScene1.xml. Then the scenario gets
loaded. Now click Play Scenario and this scenario gets played.

Note: This is an ongoing work and can have issues. Please report them in the
support/wikis so that we can resolve and improve further. We invite you to
particpate in the development.
Source: ReadMe.txt, updated 2013-10-26