Live data from Hacker News

Independent Siggraph Paper: InfiniteDiffusion, Terrain Diffusion, Minecraft Demo

xandergos.github.io

1–5 of 5 posts

Re: Independent Siggraph Paper: InfiniteDiffusion, Terrain Diffusion, Minecraft Demo

#2
Very excited to share this paper I've been working on independently for over a year! It started as a research project for fun in college, using an RTX 3090 I bought from my internship at Walmart. The goal was to produce an AI terrain generator that functioned like procedural noise, could run locally, and looked beautiful. Turns out this problem was more unsolved than I thought, and now it's at SIGGRAPH 2026.

Happy to answer any questions!

Re: Independent Siggraph Paper: InfiniteDiffusion, Terrain Diffusion, Minecraft Demo

#3

Very excited to share this paper I've been working on independently for over a year! It started as a research project for fun in college, using an RTX 3090 I bought from my internship at Walmart. The goal was to produce an AI terrain generator that functioned like procedural noise, could run locally, and looked beautiful. Turns out this problem was more unsolved than I thought, and now it's at SIGGRAPH 2026. Happy to…

Congrats on the paper, the terrain looks awesome. Hytale next?! They were looking for Worldgen devs last I saw.

Re: Independent Siggraph Paper: InfiniteDiffusion, Terrain Diffusion, Minecraft Demo

#4
post #3

Very excited to share this paper I've been working on independently for over a year! It started as a research project for fun in college, using an RTX 3090 I bought from my internship at Walmart. The goal was to produce an AI terrain generator that functioned like procedural noise, could run locally, and looked beautiful. Turns out this problem was more unsolved than I thought, and now it's at SIGGRAPH 2026. Happy to…

Congrats on the paper, the terrain looks awesome. Hytale next?! They were looking for Worldgen devs last I saw.

I might improve terrain diffusion as a whole but probably not going to work on porting it to all kinds of games. It’s pretty hard to develop it as a standalone

Re: Independent Siggraph Paper: InfiniteDiffusion, Terrain Diffusion, Minecraft Demo

#5
post #3

Earlier quoted context omitted.

Congrats on the paper, the terrain looks awesome. Hytale next?! They were looking for Worldgen devs last I saw.

I might improve terrain diffusion as a whole but probably not going to work on porting it to all kinds of games. It’s pretty hard to develop it as a standalone

Hytale terrain gen can all be controlled by JSON, which is pretty neat. I think you can write a bit of Java too, and it's generally pretty close to Minecraft terrain generation