-
Currently I hardcoded each of the LCZs based on a fixed grid cell size of 100*100m and the building and street widths in https://github.com/wrf-model/WRF/blob/master/run/URBPARM.TBL. It would be much …
-
# Procedural Map Generation System in UE5.4 (Similar to *Slay the Spire*)
**Description**
Implement a procedurally generated map system in Unreal Engine 5.4 using C++. The map should resemble th…
-
Hey @luizbills, I've been using your engine to do some basic procedural generation using [Perlin noise](https://en.wikipedia.org/wiki/Perlin_noise). If you would like I can create a sample version for…
-
2d and 3D maybe for racing game?
-
this was an idea for a long time but now I can actually think about it more now. The plan now is to steal the procedural generation from fish who got it from rob. I can also test around with other kag…
-
Need a 'Walker' procedural generation algorithm that works with godot's terrains system to create levels like spaceships for the player to explore.
Blocks: This is blocked by the terrains Issue get…
-
Hello!
Could you confirm whether these are okay for the procedural gen and planet images:-
For procedural generation, I was using the turbulence formula from tb. Is this okay? I'm not too sure …
-
Dear Nicholas McDonald,
I am currently looking for a simple way from a heightmap to generate river paths, and I came to your library. I am wondering how would you generate river path in a one go du…
-
Dungeons can be procedurally generated using something like [rot.js](https://ondras.github.io/rot.js/hp/). One implementation can be found [on this repo](https://github.com/staff0rd/dungeon).
# tod…
-
For procedural generation of playable locations we want to have tileset terrains set up so that our procgen algorithm can more easily make good looking environments.