Procedural structures with immediate feedback.
A strong fit for modular buildings, repeatable kits, and graph-controlled variation where designers want to see the structure change as parameters move.
Node-based procedural generation for Godot
Build, preview, and run graph-driven systems directly in your Godot project.
A strong fit for modular buildings, repeatable kits, and graph-controlled variation where designers want to see the structure change as parameters move.
Good for buildings, modular kits, or anything where controlled variation matters more than one-off handcrafting.
Useful for vines, roots, crystals, and other systems where you want growth rules instead of hand-placing every branch.
A practical workflow for terrain dressing, mesh-driven sampling, and dense prop distribution from reusable graph logic.
Use the same graph logic during play mode when you need spawning, variation, or regeneration to react to runtime state.
Author and preview systems in the editor, then use the same procedural logic during gameplay when the project calls for runtime generation.
Immediate visual feedback makes graph editing easier to reason about and keeps iteration loops short while shaping content.
The Godot edition is being designed around familiar Godot concepts and editor workflows, so procedural authoring remains part of the engine rather than a separate pipeline.
The emphasis is on easier adoption and lower process overhead, so small teams can keep the tool in active use instead of treating it like a heavyweight pipeline commitment.
The goal is short iteration loops: change parameters, inspect the result, and keep moving without procedural authoring turning into a long feedback cycle.
Reusable graph-driven scenes will make it easier to carry procedural setups across levels and projects without rebuilding the logic each time.
Some graphs need deterministic immediate execution. Others benefit from asynchronous work to keep the experience responsive. Supporting both gives the tool more room to fit different use cases without forcing one operating model everywhere.
Interested in OctoShaper for Godot?
Follow the development and be first to hear when the Godot edition is ready.