| Crates.io | tessellations |
| lib.rs | tessellations |
| version | 0.3.0 |
| created_at | 2020-03-05 09:34:23.703235+00 |
| updated_at | 2023-08-01 14:59:17.072276+00 |
| description | Library to create and draw periodic tilings of the plane. |
| homepage | |
| repository | https://github.com/dcrasch/tir |
| max_upload_size | |
| id | 215657 |
| size | 96,325 |
Tessellation In Rust.

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.
Tiling editor written in rust using pixels framework.
Code: https://github.com/dcrasch/tir/tree/master/tir
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/
This code is distributed under a GPL v3 style license, see the LICENSE file for complete information.
Tessellation in Rust Copyright (c) 2022 David Rasch