Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.01 KB

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