Procedural generation (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 25: Line 25:
* [[Mathematics (nonfiction)]]
* [[Mathematics (nonfiction)]]


External links:
== External links ==


* [https://en.wikipedia.org/wiki/Procedural_generation Procedural generation] @ Wikipedia
* [https://en.wikipedia.org/wiki/Procedural_generation Procedural generation] @ Wikipedia
Line 34: Line 34:
[[Category:Algorithms (nonfiction)]]
[[Category:Algorithms (nonfiction)]]
[[Category:Computation (nonfiction)]]
[[Category:Computation (nonfiction)]]
[[Category:Procedural generation (nonfiction)]]

Latest revision as of 19:52, 9 May 2020

Procedurally generated medieval map.

In computing, procedural generation is a method of creating data algorithmically as opposed to manually.

In computer graphics, it is also called random generation and is commonly used to create textures and 3D models.

In video games, it is used to automatically create large amounts of content in a game.

Advantages of procedural generation include smaller file sizes, larger amounts of content, and randomness for less predictable gameplay.

In the News

Fiction cross-reference

Nonfiction cross-reference

External links