Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.09 KB

ImplementationStatus.md

File metadata and controls

56 lines (44 loc) · 1.09 KB

Complete

  • Clear
  • Gradient
  • Sprite
  • Billboard
  • Splitter
  • Math
  • Expressions (Math)
  • Interpolation
  • Image Dimensions
  • Video Input
  • Multiplexer
  • Counter
  • Smooth
  • ImageFilter - only those CIFilters available on iOS
  • ColorFromComponents (HSL Color / RGB Color)
  • Clock (Stop Watch)
  • ScreenInfo (Rendering Destination Dimensions)
  • Iterator
  • IteratorVariables
  • Conditional
  • JavaScript
  • Structure Key Member
  • Structure Index Member
  • Structure Count

Virtual patches

Built-in patches that are actually implemented as composition and work because the subpatches have been implemented:

  • Toggle
  • Pixels to Units

In progress / Needs improvement

  • Iterator
  • TextImage
  • Recursor
  • Physics
    • incorrect use of friction
    • doesn't take into account time between frames
  • MouseInteraction
    • TODO: Detect correct targets using interaction connections
  • Wave Generator (LFO)
    • TODO: implement PWM & random type

Not implemented

  • RoundedRectangle (virtual): On hold, requires custom CoreImage kernel
  • Instructions (virtual): On hold, depends on rounded rectangle

And all others...