WorldGrow: Generating Infinite 3D World

(github.com)

Comments

theknarf 27 October 2025
Did they reinvent "wave function collapse" (https://github.com/mxgmn/WaveFunctionCollapse)?
gcr 27 October 2025
This could be a great way to make backrooms horror environments!

I've dreamed of a NeRF-powered backrooms walking simulator for quite a while now. This approach is "worse" because the mesh seems explicit rather than just the world becoming what you look at, but that's arguably better for real-world use cases of course.

Garlef 27 October 2025
I don't think generating virtual space is the issue.

It's about generating interesting virtual space!

fjfaase 27 October 2025
I wonder if they also have a strategy for deleting generate tiles, otherwise the infinite is limited to the size of available memory. I also wonder if with their method can exactly recreate tiles that have been deleted. Or in other words, that they have a method for generating unique seeds for all tiles. The paper does not give much technical details. If the seed has a limited size and there is a method for generating seeds for each 2D coordinate, I wonder if it is possible to make a non-repeating infinite world. I think it is not possible with a limited size seed.
embedding-shape 27 October 2025
It is only a paper as of now:

> The code is being prepared for public release; pretrained weights and full training/inference pipelines are planned.

Any ideas of how it would different and better compared to "traditional" PCG? Seems like it'd give you more resource consumption, worse results and less control, neither of which seem like a benefit.

tantalor 27 October 2025
Oh great, it's the Severance simulator.
jackdoe 27 October 2025
cant wait for the new diablo :)
deterministic 16 hours ago
The problem is not generating worlds. The problem is generating interesting worlds.
keyle 27 October 2025
This is cool. And could be fun in games. Not sure I get the point otherwise... The thought that came to mind was "Architectural slop".
splintercell 27 October 2025
Is it just me, or some of the places it generates are just not realistic? Like a small area of some kind which is a dead space, and there is a giant window into it.
kittikitti 27 October 2025
This is great and really cool! Thank you for sharing.