Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Programming

Procedural content algorithm links -- Please suggest more

bart
Thursday, November 4, 2010 - 13:24
bart's picture

General links:

  • http://pcg.wikidot.com/ - Procedural Content Generation Wiki

Mazes:

  • http://en.wikipedia.org/wiki/Maze_generation_algorithm - Wikipedia's page on maze generation

Dungeons:

  • http://opengameart.org/forumtopic/osare-map-generator#new - Tartos' dungeon generator algorithm for OSARE

Maps:

  • http://www.gameprogrammer.com/fractal.html

Sound Effects:

  • Can't find a good link for this with a quick search...  need suggestions

Please comment here if you come up with more links, and I'll add them to the sticky.

  • Log in or register to post comments
hc
joined 12 years 6 months ago
Friday, November 5, 2010 - 06:03

Sound Synthesis:

http://en.wikipedia.org/wiki/Synthesizer

http://en.wikibooks.org/wiki/Sound_Synthesis_Theory

 

  • Log in or register to post comments
riidom
joined 12 years 10 months ago
Thursday, November 4, 2010 - 17:38

Apophysis, the fractal flame generator: http://www.apophysis.org/

 

City generator for Blender 2.49: http://arnaud.ile.nc/sce/

  • Log in or register to post comments
Tempel
joined 12 years 5 months ago
Friday, May 27, 2011 - 13:40

Maps

Based on Voronoi polygons: http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/

Includes a Flash-based example generator: http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/mapgen2.swf

 

  • Log in or register to post comments