Skip to content

Instantly share code, notes, and snippets.

@Shfty
Shfty / 1-rust-source.rs
Last active June 30, 2023 03:07
Haskell diagrams but in Rust, using Signed Distance Fields
(
Infinity.color(TRANSPARENT),
circle().color(CYAN),
triangle().color(YELLOW),
(
range::<U1, U5, f32>()
.fmap(Div(10.0_f32))
.fmap(MakeRing.suffix2(inner_line))
.fold_combine(union()),
triangle().isomanifold(mid_line),
@Shfty
Shfty / CHANGELOG.md
Last active December 18, 2019 01:30
Qodot Changelog

Qodot Changelog

1.5.0

Note

Qodot 1.5.0 introduces changes to the build system and geometry generation pipelines. In order to benefit from the optimizations and fixes, you will need to reinstance any QodotMap nodes and rebuild your maps.

New Features