3 Ways of Worldmaking: Procedural Environments



1. Generative Strategies

Randomness

A simple random starfield background with objects:

    
      
  

Perlin Noise



2. Sound

Loading MP3 Files

loading MP3 in the preload() function.

    
        
  

Playing back the MP3

    
          
  

Assignment
Find or record a sound and use it for the shots of the space ship.

Generating Sounds