Definitions of Key Terms and Concepts
Understanding procedural generation in Infinity Creator requires familiarity with key concepts and terminology.
Core Concepts
| Term | Definition |
|---|---|
| Node Graph | A visual scripting system for procedural workflows. |
| Nested System | A subsystem that is encapsulated inside another Procedural System. |
| Editor-Time Generation | Procedural content that is precomputed before runtime. |
| Runtime Proceduralism | Dynamic content generation that happens while the application is running. |
| Asset Baking | Converting procedural elements into static assets for better performance. |
🚧 Under Construction 🚧