|
3
|
An old-school demo effect, using sine wave interference patterns. Entertaining for at least a few minutes :) Modify the freq variable for different patterns.
Tags: graphics
|
2 comments
Add a comment
Sign in to comment
|
3
|
An old-school demo effect, using sine wave interference patterns. Entertaining for at least a few minutes :) Modify the freq variable for different patterns.
Tags: graphics
|
Sign in to comment
two imports superfluous. A very nice entertainment, indeed!
The imports of the Numeric an random modules seem to be unnecessary.
Gregor
Correction for OS X. On OS X this crashes unless you replace
pygame.display.init()
with
pygame.init()