Skip to main content

Definitions of Key Terms and Concepts

Understanding procedural generation in Infinity Creator requires familiarity with key concepts and terminology.

Core Concepts

TermDefinition
Node GraphA visual scripting system for procedural workflows.
Nested SystemA subsystem that is encapsulated inside another Procedural System.
Editor-Time GenerationProcedural content that is precomputed before runtime.
Runtime ProceduralismDynamic content generation that happens while the application is running.
Asset BakingConverting procedural elements into static assets for better performance.

🚧 Under Construction 🚧