Difference between revisions of "Procedural generation"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 41: Line 41:
 
* [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
 +
 +
[[Category:Computation]]
 +
[[Category:Computer art]]
 +
[[Category:Computer graphics]]
 +
[[Category:Computing]]
 +
[[Category:Mathematics]]
 +
[[Category:Visual arts]]

Revision as of 05:20, 21 April 2016

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.

See also

External links