genartlib icon indicating copy to clipboard operation
genartlib copied to clipboard

Utilities for creating generative artwork with Clojure

Results 7 genartlib issues
Sort by recently updated
recently updated
newest added

Hey I ported most of the easing functions from [easings.net](https://easings.net) over at [ai/easings.net](https://github.com/ai/easings.net) to clojure, just using vanilla `java.lang.Math`. More than happy to donate the namespace here, if you'd like....

Notes from one user: - The version of Clojure I have is different from the one referenced in the tutorial's project.clj file. I had to take care that the version...

hello @thobbs ! this a very useful set of tools and/or shortcuts. I work in Java and I would like to port your library, is that ok?

Ok so i'm just making cool stuff for my own art projects. And I'd like to share this with you! I've extended `algebra/interpolate` to accept some curve coefficients as optional...

In 2 places, coordinates are converted from polar to cartesian. It occured to me that this is just the same as `algebra/angular-coords`. For consistency and robustness, i'd propose to use...

On clojure 1.11.1, when i require `genartlib.random`, i get this error: ``` Execution error (IllegalAccessError) at genartlib.random/loading (random.clj:1). abs does not exist Execution error (NoClassDefFoundError) at java.lang.Class/forName0 (Class.java:-2). Could not...

If you are arriving at this project or [quil](https://github.com/quil/quil/) in 2022 (with recent versions of JDK and macOS), just following the docs isn't enough to get up and running. One...