Skip to content
Shaun Ellis edited this page Jan 18, 2018 · 22 revisions

Welcome to the research-and-demos wiki!

We keep notes on plugins and proof of concepts here.

Plugin Notes

  1. State management and sharing

Proof-of-Concept Notes (in order of importance)

  1. Core redux actions/store POC. This is done.
  2. Spin up minimal core Redux store and write tests and reducers. We can see what falls out and use this as a basis for PoC components.
  3. Two components updating from the same change to the state
  4. How to make OSD/Three.js respond functionally to state changes (obey)
  5. Reflect changes in internal state -- across paradigms (OSD, immediate mode, redux, evented-canvas) -- of components in the top-level redux state.gma
  6. How do we add multiple items into the redux state that each have their own deep state trees?