Difference between revisions of "Procedural generation"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
In [[Video game|video games]] this means graphic content for a game can be created by the host computer, instead of pre-rendered artwork being included with the game package.
 
In [[Video game|video games]] this means graphic content for a game can be created by the host computer, instead of pre-rendered artwork being included with the game package.
 +
 +
== Computer art ==
 +
 +
Procedural generation is used in some forms of [[computer art]].
  
 
== See also ==
 
== See also ==
Line 10: Line 14:
 
* [[Artificial Creativity]]
 
* [[Artificial Creativity]]
 
* [[Cellular automaton]]
 
* [[Cellular automaton]]
 +
* [[Computer art]]
 
* [[Computer graphics]]
 
* [[Computer graphics]]
 
* [[Conway's Game of Life]]
 
* [[Conway's Game of Life]]
Line 41: Line 46:
 
* [http://pcg.wikidot.com Home page] @ Procedural Content Generation Wiki
 
* [http://pcg.wikidot.com Home page] @ Procedural Content Generation Wiki
 
* [http://pcg.wikidot.com/category-pcg-algorithms Algorithms for Procedural Content Generation] @ Procedural Content Generation Wiki
 
* [http://pcg.wikidot.com/category-pcg-algorithms Algorithms for Procedural Content Generation] @ Procedural Content Generation Wiki
 +
* [https://boingboing.net/2018/02/21/procedurally-generated-hairy-b.html Procedurally-generated hairy balls] @ Boing Boing
 +
* [https://medium.com/@etienne.bouteille/creating-a-twitter-bot-with-blender-and-a-raspberry-pi-3032660255a Creating a twitter bot with Blender and a Raspberry Pi]
  
 
[[Category:Computation]]
 
[[Category:Computation]]
Line 46: Line 53:
 
[[Category:Computer graphics]]
 
[[Category:Computer graphics]]
 
[[Category:Computing]]
 
[[Category:Computing]]
 +
[[Category:Digital art]]
 
[[Category:Mathematics]]
 
[[Category:Mathematics]]
 
[[Category:Visual arts]]
 
[[Category:Visual arts]]

Latest revision as of 08:20, 21 February 2018

In computer graphics, procedural generation is generating content algorithmically rather than manually.

Description

In video games this means graphic content for a game can be created by the host computer, instead of pre-rendered artwork being included with the game package.

Computer art

Procedural generation is used in some forms of computer art.

See also

External links