Skip to content

capalmer1013/vizcurse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vizcurse

Curses based livecoding vj environment

Getting started

Supports python 2 for now...

  • git clone https://github.com/capalmer1013/vizcurse.git
  • cd vizcurse
  • python vizcurse
  • modify and save example.py
  • repeat

Input File

By default, vizcurse will use the provided example.py as the input file. To use another file, specify the argument: -i <file_location>.

$ python vizcurse -i mycode.py

Code Overlay

By default vizcurse will overlay the code from input file. To disable this behavior, specify the --hide-overlay flag.

$ python vizcurse --hide-overlay

About

Curses based livecoding vj environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published