All Projects → Orchaldir → texture_generator

Orchaldir / texture_generator

Licence: GPL-3.0 License
Generating procedural textures

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to texture generator

Texturize
A unified framework for example-based texture synthesis, developed alongside my master's thesis.
Stars: ✭ 15 (-34.78%)
Mutual labels:  texture-generation, procedural-textures
TileMapGenerator
Create your own 2D Maps with layer-by-layer system using Noise-Sample and BufferedImage pattern
Stars: ✭ 19 (-17.39%)
Mutual labels:  tilemap, 2d-graphics
vger
2D GPU renderer for dynamic UIs
Stars: ✭ 122 (+430.43%)
Mutual labels:  2d-graphics
blender-osl-shader
procedural textures for blender (open shading language)
Stars: ✭ 22 (-4.35%)
Mutual labels:  procedural-textures
kubed
No description or website provided.
Stars: ✭ 68 (+195.65%)
Mutual labels:  2d-graphics
blend2d-rs
Blend2D Bindings for Rust
Stars: ✭ 20 (-13.04%)
Mutual labels:  2d-graphics
fb2d
2D graphics for Linux Frame Buffer
Stars: ✭ 20 (-13.04%)
Mutual labels:  2d-graphics
GPU-Zen-2-Baker
🥧 An OpenGL 4.x example of GPU Zen 2's ray casting techniques for baked texture generation chapter.
Stars: ✭ 32 (+39.13%)
Mutual labels:  texture-generation
cl-tiled
Tiled map library for CL
Stars: ✭ 15 (-34.78%)
Mutual labels:  tilemap
tiles
Commandline tool that makes building tilesets and rendering static tilemaps super easy!
Stars: ✭ 51 (+121.74%)
Mutual labels:  tilemap
stochastic sierpinski
A stochastic method to generate an approximation to the Sierpinski triangle
Stars: ✭ 41 (+78.26%)
Mutual labels:  2d-graphics
UMapControl
轻量级跨平台瓦片地图库
Stars: ✭ 35 (+52.17%)
Mutual labels:  tilemap
SpriteShatter
SKSpriteNode animation extension to 'shatter' a node into smaller pieces
Stars: ✭ 28 (+21.74%)
Mutual labels:  2d-graphics
Pumpkin-Engine
A powerful and capable 2d game engine in Kotlin
Stars: ✭ 1 (-95.65%)
Mutual labels:  2d-graphics
wfc
Go port of the Wave Function Collapse algorithm
Stars: ✭ 47 (+104.35%)
Mutual labels:  procedural-textures
SimpleTilemap
A fast, easy way to generate runtime tilemaps in Unity
Stars: ✭ 37 (+60.87%)
Mutual labels:  2d-graphics
gimp-tilemap-gb
Tilemap GB - Console App - AND - GIMP plugin for importing & exporting Game Boy game tilemaps and tilesets (as bitmap images or .GBM/.GBR files. Related tools: GBTD, GBMB, GBDK, Zal0-ZGB)
Stars: ✭ 42 (+82.61%)
Mutual labels:  tilemap
glazejs
A high performance 2D game engine built in Typescript
Stars: ✭ 96 (+317.39%)
Mutual labels:  tilemap
canvas
Draw on an HTML 2D canvas in a web browser from a server program using WebSockets.
Stars: ✭ 71 (+208.7%)
Mutual labels:  2d-graphics
meta2d
Meta2D is open source WebGL 2D game engine for making cross platform games.
Stars: ✭ 33 (+43.48%)
Mutual labels:  tilemap

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].