Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions