General / 30 April 2022

Procedural Worlds (Python scripted structure generator)

Procedural Worlds is a small project that I worked on for a few weeks in an attempt to write a tool that helps you create procedural buildings with modular assets. I used python to write a script to procedurally generate buildings using the variables defined by the users.
All the lighting is in real-time and all the systems are ray traced.

The tool takes several 'modular' assets as inputs and creates different combination of  buildings based on the settings user selects. 


Buildings created using the procedural tool


Procedural tool in action