/texture_generator

Generating procedural textures

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Orchaldir's Texture Generator in Rust

CI

Textures

A library & application to generate procedural textures based on texture definition files. See an example.

The example can be generated with:

texture_generator resources/textures/brick.yaml brick 1024

This generates a color image:

Color Image

And a depth image:

Depth Image

Tilemaps

A library & editor to create tilemaps and render them with the previous procedural textures. See an example.

The rendered color image with ambient occlusion & lighting:

Color image

And the depth image:

Depth Image

The editor uses the GUI library Iced:

Editor with Iced