| Crates.io | immense |
| lib.rs | immense |
| version | 0.1.4 |
| created_at | 2018-11-17 22:32:35.690167+00 |
| updated_at | 2018-12-01 07:42:42.05974+00 |
| description | A library for building 3D structures with simple composable rules. |
| homepage | https://github.com/turnage/immense |
| repository | |
| max_upload_size | |
| id | 97309 |
| size | 68,683 |
A library for describing 3D meshes with simple composable rules.
rule![
tf![
Tf::saturation(0.8),
Tf::hue(160.0),
Replicate::n(36, vec![Tf::rz(10.0), Tf::ty(0.1)]),
Replicate::n(36, vec![Tf::ry(10.0), Tf::tz(1.2), Tf::hue(3.4)]),
] => cube()
]
