Home - awesome-llama/procedural-sandbox GitHub Wiki
Welcome to the procedural-sandbox wiki!
Features
- 3D voxel "canvas" with wrapping on the x and y axes
- Various generators with lots of customisation
- Various canvas effects such as mirroring
- 3D orthographic view mode
- Pathtracing, along with other shading modes
- Full support for TextImage, a text-based image format compatible with all my other projects. Images can be encoded/decoded with this online tool: https://awesome-llama.github.io/utils/TextImage
The screen consists of a viewport, a side bar, and a top bar.
The viewport displays the canvas, which may be navigated by clicking and dragging or pressing the WASD keys. Mouse scroll wheel to zoom.
The top bar has various easy-to-access buttons including switching between top-down 2D and 3D mode, choosing a rendering mode, and zooming the viewport.
The side bar can display a stack of UI elements for performing tasks such as import/export, texture generation, and special effects.