Oxide Infinite World Generator (Lite)
A free (MIT) Godot 4.0+ asset by RedActor (Hans Ritter) in the Asset Library’s 2D Tools category: a procedural 2D world generator for endless, scalable maps, pitched for post-apocalyptic survival games. It’s a concrete instance of the Asset-Library plugin ecosystem catalogued in godot-best-plugins-2025, and the wiki’s first substantively-paged single Godot asset.
How it works
- Noise-driven terrain via FastNoiseLite (Godot’s built-in noise module).
- Chunk-based streaming — automatic load/unload of world chunks to hold performance as the player moves through an unbounded map.
- Adjustable biomes — forests, swamps, lakes, rivers, hills, tuned through interactive sliders with smooth transitions between zones, editable in real time.
- Bundled survival-game scaffolding: a 24-hour day/night cycle, metabolic simulation (energy/hunger/thirst), an odometer for distance, a minimap, and terrain-dependent movement speed.
Lite vs Pro
This is the free Lite edition. A paid Pro version (sold on Boosty) adds procedural civilizations, road networks, persistent save/load, preset world configs, and an anomalous-hazard system with dynamic fog. So the Asset Library listing is also a funnel to a commercial upsell — the freemium pattern layered on Godot’s open marketplace.
Why it matters here
Two threads. First, it grounds the procedural-generation concept in a real, inspectable Godot implementation (FastNoiseLite + chunking), the same technique space-games-universe-scale names as an answer to rendering worlds too big to author by hand. Second, it’s a data point on the Asset-Library-as-marketplace axis: a free MIT asset acting as the top of a paid funnel, showing how Godot’s Asset Store hosts commercial models on top of a FOSS engine.
Author node (RedActor / Hans Ritter) deferred — thin at a single T3 asset; page if a second RedActor asset or a substantive profile arrives.
Related
procedural-generation · godot-engine · godot-best-plugins-2025 · space-games-universe-scale · godot-4-7-stable · synthesis