Austin Gill

Results 59 issues of Austin Gill

TL;DR - cmake-rs 0.1.49 breaks parallel builds when the build script also performs a cc-rs build _with the `"parallel"` feature enabled_. I don't think this is a cmake-rs bug, but...

When you have a build script that uses both `cc-rs` and `cmake-rs` (as is the case when writing bindings with https://github.com/dtolnay/cxx), the jobserver isn't shared between the two correctly. ```rust...

Concentric circles, with radial spokes. Graph output is likely the most useful. With a higher density than typical grids, it may make for some interesting asemic glyphs. At a low...

tool
Rust
shape

Closes #169. * [x] Generate examples stringing together multiple tools * [x] Generate random Lindenmayer examples * [x] Generate asemic writing examples * [ ] Generate examples for each tool...

``` rand-seq --reset --seed $seed rand-seq --get-next ``` somehow save the random generator state between calls - maybe to /tmp/rand-seq/$seed.bin? Perhaps instead of serializing the generator to save its state,...

tool
general
Rust

Do something like ```sh for script in $REPO_ROOT/examples/*/*.sh; do source $script done ``` Consider also adding a `README.md.in` template, and generating `README.md` from `generate-examples.sh`

housekeeping
general

Take the following linestring. ``` LINESTRING (642.0893565886494 -132.868231326413, 611.9583329777174 -92.96683515839021, 562.3371984442772 -99.11036896347433, 592.4682220552086 -139.011765131497, 572.9781111326996 -185.0566951046037, 523.3569765992592 -191.2002289096877, 493.2259529883277 -151.2988327416649, 542.8470875217681 -145.155298936581, 562.3371984442772 -99.11036896347434, 512.7160639108369 -105.2539027685583, 482.5850402999055 -65.35250660053562, 532.2061748333458 -59.20897279545168,...

bug
tool
C++
graph

See: https://github.com/Notgnoshi/generative/pull/166 It should be possible to convert a `GeometryGraph` back into a set of `Polygon`s and `LineString`s. The polygons should be as large as possible, and the linestrings as...

question
library
Rust
graph
shape