forked from PosixAlchemist/cli-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
23 lines (18 loc) · 857 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- use configure or something similar to check for libraries and which compiler to use and flags
- use 1000 color range for ColorDefinition, this is usueful for smoother gradients
- add more visualizers
- add beat detection
- add flashing squares
- rotating boxes
- revolving lines
- color lines based on volume
- maybe use ellipse like transformer to generate lines
- lines would go from either end of the equivalent ellipse and revolve towards whatever the next position is
- add more color examples
- add gifs of gradients
- colors scheme improvements
- allow assigning different color schemes to different visualizers
- add windows support
- probably just ncurses through cygwin
- audio source would be some windows api
- use define guards everywhere there are *nix dependent includes