Notgnoshi / generative

Generative art. A suite of composable tools to generate, transform and visualize WKT geometries
MIT License
25 stars 3 forks source link

Add tool to evaluate bitwise expression patterns #139

Closed Notgnoshi closed 1 year ago

Notgnoshi commented 1 year ago

Inspired by [1] that evaluates (x & y) & (x ^ y) % 13 and then connects adjacent points by a line. There's definitely more to it than that, but I've been unable to completely reproduce the author's work (nor did I really want to).

[1] https://www.reddit.com/r/generative/comments/10hk4jg/big_renfest_crest_energy_bitwise_operations_svg

Notgnoshi commented 1 year ago

I also want to use https://rhai.rs/book/index.html to allow evaluating custom expressions.