项目作者: Orchaldir

项目描述 :
Generating procedural textures
高级语言: Rust
项目地址: git://github.com/Orchaldir/texture_generator.git
创建时间: 2021-03-07T11:43:40Z
项目社区:https://github.com/Orchaldir/texture_generator

开源协议:GNU General Public License v3.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:

  1. 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