Updated the todo file
This commit is contained in:
parent
f3c308e8fd
commit
391d989e2a
10
todo.txt
10
todo.txt
|
@ -1,10 +1,7 @@
|
||||||
TODO FOLDHAUS
|
TODO FOLDHAUS
|
||||||
|
|
||||||
Ground Up Reengineering
|
|
||||||
- Metaprogramming
|
- Metaprogramming
|
||||||
x panels metaprogramming
|
|
||||||
- fix memory layout (remeber to profile before and after)
|
- fix memory layout (remeber to profile before and after)
|
||||||
x get the meta program to generate code in the codebase's directory, no matter where it is
|
|
||||||
|
|
||||||
- Make the DLL truly platform agnostic
|
- Make the DLL truly platform agnostic
|
||||||
- math.h: present for trig functions
|
- math.h: present for trig functions
|
||||||
|
@ -70,20 +67,13 @@ Ground Up Reengineering
|
||||||
- debug capabilities (toggle strip/led/universe colors)
|
- debug capabilities (toggle strip/led/universe colors)
|
||||||
|
|
||||||
- Animation System
|
- Animation System
|
||||||
x snapping clips
|
|
||||||
x convert everything from time to frames
|
|
||||||
x zoom in and out
|
|
||||||
- blending between animation
|
- blending between animation
|
||||||
- layers
|
- layers
|
||||||
x display more than one layer
|
|
||||||
x add/remove layers
|
|
||||||
- layer masks by sculpture
|
- layer masks by sculpture
|
||||||
x blend modes - create a copy of the led's per layer, handle blending outside of patterns
|
|
||||||
- interface for animation system
|
- interface for animation system
|
||||||
- add/remove layers
|
- add/remove layers
|
||||||
- select blend modes
|
- select blend modes
|
||||||
- change which layer an animation is on
|
- change which layer an animation is on
|
||||||
-
|
|
||||||
- setting start and end of timeline (how long is a loop)
|
- setting start and end of timeline (how long is a loop)
|
||||||
- clips can have parameters that drive them?
|
- clips can have parameters that drive them?
|
||||||
- clips cannot overlap eachother on the same layer
|
- clips cannot overlap eachother on the same layer
|
||||||
|
|
Loading…
Reference in New Issue