From 431790b690691ec0197d19d77bf44e42279f835a Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Mon, 24 Mar 2025 16:53:31 +0100 Subject: [PATCH] Add content to infinite in game developer roadmap (#8253) * Update infinite@sC3omOmL2DOyTSvET5cDa.md * Update src/data/roadmaps/game-developer/content/infinite@sC3omOmL2DOyTSvET5cDa.md --------- Co-authored-by: Kamran Ahmed --- .../content/infinite@sC3omOmL2DOyTSvET5cDa.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/data/roadmaps/game-developer/content/infinite@sC3omOmL2DOyTSvET5cDa.md b/src/data/roadmaps/game-developer/content/infinite@sC3omOmL2DOyTSvET5cDa.md index e69de29bb..5bb59e34b 100644 --- a/src/data/roadmaps/game-developer/content/infinite@sC3omOmL2DOyTSvET5cDa.md +++ b/src/data/roadmaps/game-developer/content/infinite@sC3omOmL2DOyTSvET5cDa.md @@ -0,0 +1,9 @@ +# Infinite + +Infinite refers to concept that deals with rendering scenes or objects that extend beyond the visible boundaries of the screen. This is crucial for creating immersive environments, as it allows developers to simulate vast landscapes or endless spaces without the need to render every detail at once. Techniques such as level of detail (LOD), culling, and procedural generation are often employed to manage performance while maintaining the illusion of infinity. + +Visit the following resources to learn more: + +- [@article@Unlocking Infinite Worlds In Gaming](https://sdlccorp.com/post/procedural-generation-unlocking-infinite-worlds-in-gaming/) +- [@article@Creating Infinite Game Worlds](https://medium.com/@lemapp09/beginning-game-development-creating-infinite-game-worlds-56f8a2ad5ae5) +