namse / overview

overlay system for stream, or general case.
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Make Scene #1

Closed namse closed 5 years ago

namse commented 5 years ago

The Scene is

Scene is the same with XSplit's Scene.

Every Scene has frames' information.

Overview only open one scene at once. If you change, every frame will move or removed by scene's information.

What To do

Implement below things.

namse commented 5 years ago

Scene is...

Changing Scene is...

Changing scene from prevScene to nextScene. On frame in prevScene,

On frame in nextScene,

namse commented 5 years ago

on the Data Perspective

Example in yml,

frames:
  - id: 1
    type: Pdf
    src: https://mozilla.github.io/pdf.js/web/compressed.tracemonkey-pldi-09.pdf

scenees:
  - sceneName: main
    frames:
    - id: 1
      x: 0
      y: 0
      width: 960
      height: 540
namse commented 5 years ago

in commit 478f7586c1f3374046777c06e49e7fbcaaa2ff18 , I saved yml appSettings.yml and open main scene.