Skip to content

Commit

Permalink
update Examples_5_MultipleInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiussurfing committed May 19, 2024
1 parent 7c575d6 commit eb0412b
Show file tree
Hide file tree
Showing 60 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void ofApp::setup()
for (size_t i = 0; i < NUM_INSTANCES; i++)
{
// Note that if it's disabled this,
// the addon will detect mthat there are multiple instance,
// the addon will detect that there are multiple instance,
// and will create different names for the file settings.
#if 0
string s = "Instance_" + ofToString(i);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This example is for testing purposes
Allows debugging about how to handles many ui instances:
- Look how the fonts are added to the ImGui context.
- Look how bin/data/ settings are created.
- Look how bin/data/ settings are created with separated folders for each instance.
- Debug how ofxImGui handles internal master/slave instances and the context management.
*/
Expand Down
20 changes: 10 additions & 10 deletions Examples_5_MultipleInstances/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## 51_MultiInstanceSimple
![](51_MultiInstanceSimple/Capture.PNG)
## 51_Simple
![](51_Simple/Capture.PNG)

## 52_MultiInstanceOneContext
![](52_MultiInstanceOneContext/Capture.PNG)
## 52_OneContext
![](52_OneContext/Capture.PNG)

## 53_MultiInstanceAdvanced
![](53_MultiInstanceAdvanced/Capture.PNG)
## 53_Advanced
![](53_Advanced/Capture.PNG)

## 54_MultiInstanceMainApp
![](54_MultiInstanceMainApp/Capture.PNG)
## 54_MainApp
![](54_MainApp/Capture.PNG)

## 55_MultiInstanceDEBUG
![](55_MultiInstanceDEBUG/Capture.PNG)
## 55_DEBUG
![](55_DEBUG/Capture.PNG)

0 comments on commit eb0412b

Please sign in to comment.