tessellations

Crates.iotessellations
lib.rstessellations
version0.3.0
sourcesrc
created_at2020-03-05 09:34:23.703235
updated_at2023-08-01 14:59:17.072276
descriptionLibrary to create and draw periodic tilings of the plane.
homepage
repositoryhttps://github.com/dcrasch/tir
max_upload_size
id215657
size96,325
David Rasch (dcrasch)

documentation

https://docs.rs/tessellations/

README

tir

Tessellation In Rust.

tessellations-minifb.png

Example

Generate image

cargo run --example squarepng

The output in out.png is a tiling of a square. And plane.svg is the tiling of a square using the svg document format.

Tessellations Pixels editor

Tiling editor written in rust using pixels framework.

Code: https://github.com/dcrasch/tir/tree/master/tir

Web based editor

Tiling editor written in rust using the web-sys wasm framework.

Code: https://github.com/dcrasch/tir/tree/master/tir-web

Live version: https://dcrasch.github.io/tir/

License

This code is distributed under a GPL v3 style license, see the LICENSE file for complete information.

Copyright

Tessellation in Rust Copyright (c) 2022 David Rasch

Commit count: 145

cargo fmt