Skip to content

Art generator, based on "polyrhythmic" parametric equations. [JavaScript] (PL)

License

Notifications You must be signed in to change notification settings

Szymon300101/TW1S7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TW1S7

Program składa się z dwóch równań parametrycznych, których punkty łączone są linią.
Równania mają postać:

let x1=sin(t*9/7)+cos(t*20/9)/10
let y1=cos(t/2)

let x2=-cos(t/7*5)
let y2=sin(t)/2+cos(t*36/7)/10

Są skomponowane tak, aby tworzyły jak najbardziej polirytmiczny schemat, czyli żeby
osiągnąć jak najmniejszą powtarzalność.
Kolory określane sa za pomocą szumu Perlina:

noise(t/10)

About

Art generator, based on "polyrhythmic" parametric equations. [JavaScript] (PL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published