Skip to content

Add window dims and background image to ofxOscilloscopeSettings.xml #334

@produceconsumerobot

Description

@produceconsumerobot

Describe the feature
Add the ability to specify the window dimensions and a background image in ofxOscilloscopeSettings.xml

Describe the solution you'd like
Ideally ofxOscilloscopeSettings.xml would look like:

<window>
  <width>1500</width>
  <height>900</height>
  <backgroundImagePath>data/assets/backgroundImage.png</backgroundImagePath>
  <multiScope>
    <x>0.000000000</x>
    <y>55.000000000</y>
    ...
  </multiScope>
</window>

I think backgroundImage.png should automatically stretch to fit the full window.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions