Skip to content

Pseudomanifold/Lissacurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lissacurses - Lissajous curves on the console

Lissacurses draws Lissajous curves on the console. It requires a working installation of the ncurses library.

Building

$ git clone https://github.com/Submanifold/Lissacurses
$ cd Lissacurses
$ mkdir build
$ cd build
$ cmake ../
$ make
$ ./lissacurses

Usage

  • Press a/A to decrease/increase the value of the "a" variable
  • Press b/B to decrease/increase the value of the "b" variable
  • Press -/+ to decrease/increase the value of the "delta" variable, resulting in the curve being rotated
  • Press q to quit the program

Licence

Lissacurses is released under the MIT licence. See the source code for more details.

About

Lissajous curves on the console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published