Skip to main content

3D Wave Generation - 1.0.0

A 3D wave generator made with pygame and noise.py.


Jeff Yan
(chrisyan2000)
Basically a 3D wave generator with pygame and noise.py, nothing else really :P In the download link below, there is a zipped file which includes the source code and an executable file made with pygame2exe.

Changes

Basically a 3D wave generator with pygame and noise.py, nothing else really :P In the download link below, there is a zipped file which includes the source code and an executable file made with pygame2exe.

Links

Home Page
https://drive.google.com/open?id=1eTY6yiiWWruFAslw5sv96L9HQBwL9JEI
Source
https://drive.google.com/open?id=1eTY6yiiWWruFAslw5sv96L9HQBwL9JEI

Releases

3D Wave Generation 1.0.0 — 17 Jun, 2018

3D Wave Generation 1.2.0 — 22 Jun, 2018

Pygame.org account Comments

  • mel tearle 2019-01-09 20:37

    needed a small fix self.widthP = width//gap + 1 self.lengthP = length//gap + 1 two // for ints works on mac, py 3.7 thanks