Orchaldir / texture_generator

Generating procedural textures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generating procedural textures

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%