Skip to content

Commit 717e15f

Browse files
committed
Update descriptions
1 parent e6b0fd2 commit 717e15f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

EXAMPLES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Types of examples
22

3-
Different types of examples are provided. All examples have a frontend implemented in QML but differ in how the backend logic is implemented and the applied runtime. These examples can be categorised as shown in the following table:
3+
Different types of examples are provided. All examples have a graphical frontend implemented in QML, but differ in the way the backend logic is implemented and the runtime used to run them. These examples can be categorised as shown in the following table:
44

5-
| Example | Type | Frontend | Backend | Runtime |
5+
| Example | Type | Frontend | Backend | Runtime |
66
| -------------- | ---- | -------- | -------- | -------------------- |
77
| BasicQml | I | QML | Mock QML | `qml` tool |
88
| BasicPy | II | QML | Mock QML | `python` interpreter |
9+
| BasicC++ | IV | QML | Mock QML | need to be compiled |
910
| IntermediatePy | III | QML | Python | `python` interpreter |
1011
| AdvancedPy | III | QML | Python | `python` interpreter |
11-
| BasicC++ | IV | QML | Mock QML | need to be compiled |
1212

1313

1414
## Setting up Python and IDE

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ EasyApp is currently being used as the basis for the graphical interface in the
1212
* [EasyReflectometry](http://github.com/EasyScience/EasyReflectometry)
1313
* [EasyTexture](http://github.com/EasyScience/EasyTextureApp)
1414

15-
More simple examples of using EasyApp are described in [EXAMPLES.md](EXAMPLES.md).
15+
More simple examples of how to use EasyApp are described in [EXAMPLES.md](EXAMPLES.md) and presented in the [examples](examples) directory:
1616

17-
If you want to see what EasyApp looks like, you can try the web demo at https://easyscience.github.io/EasyApp/BasicC++.html.
17+
* [BasicQml](examples/BasicQml)
18+
* [BasicPy](examples/BasicPy)
19+
* [BasicC++](examples/BasicC++)
20+
* [IntermediatePy](examples/IntermediatePy)
21+
* [AdvancedPy](examples/AdvancedPy)
22+
23+
If you want to see what EasyApp looks like, you can try the web demo based on the [BasicC++](examples/BasicC++) example at https://easyscience.github.io/EasyApp/BasicC++.html.

0 commit comments

Comments
 (0)