Skip to content

Commit deccde0

Browse files
update README
1 parent 44c85da commit deccde0

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Examples/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
## 06_TextEditor
2828
![](06_TextEditor/Capture.PNG)
2929

30+
## 07_ImageInspect
31+
![](07_ImageInspect/Capture.PNG)
32+
![](07_ImageInspect/Capture2.PNG)
33+
3034
## 10_SpecialWindows
3135
![](10_SpecialWindows/Capture.PNG)
3236

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ for **openFrameworks** projects.
3737
- Wheel for tweaking:
3838
- _+Ctrl_ to finetune.
3939
- Right-click:
40-
- To Reset to param center.
41-
- _+Ctrl_ to Reset to min.
42-
- _+Alt_ to Reset to max.
40+
- To Reset to param Center.
41+
- _+Ctrl_ to Reset to Min.
42+
- _+Alt_ to Reset to Max.
4343
- **Themes** with **Editor** ( WIP ).
4444
- **Windows Organizer**, aligner, cascade and group/linker.
4545
- **Log System** with custom tags.
4646
- **Notifier System**.
47-
- **Text Editor** ( WIP )
47+
- **Text Editor**. ( WIP )
48+
- **Image Inspector**.
4849
- **Layout Presets Engine**. ( WIP )
4950
- **Docking Helpers**. ( WIP )
5051

@@ -142,7 +143,9 @@ void ofApp::draw()
142143
- The **AWESOME** [@Daandelange](https://github.com/Daandelange)'s **FORK**.
143144
- You **MUST use this one**!
144145

145-
* [assets.zip](assets.zip): Located in the add-on root path. Mainly font file(s) to put into each project `OF_APP/bin/data/`.
146+
* **JetBrainsMono-Bold.ttf**: The font file for the default theme.
147+
148+
* [assets.zip](assets.zip): (Optional) Located in the add-on root path. More font files from the same family. To put into each project `OF_APP/bin/data/`.
146149

147150
<br>
148151

0 commit comments

Comments
 (0)