clisk icon indicating copy to clipboard operation
clisk copied to clipboard

The Clojure Image Synthesis Kit

Results 5 clisk issues
Sort by recently updated
recently updated
newest added

I'm getting a Caused by: java.lang.OutOfMemoryError: Metaspace from sessions where I create too many clisk.live trees (4k trees of depth

Hi, I was trying to generate some random images using CLISK. I think it's really cool it's entirely composable. Here is my method : I generate a tree structure where...

Does clisk use only CPU or does it tap into GPU resources? If CPU does it take advantage of multi-threading? I built a small image generation script that works on...

This is like [Issue #10](https://github.com/mikera/clisk/issues/10) but my need is for it to behave properly in a multithreaded environment. I believe that Issue 10 is solved in the single-threaded case by...

Would it be possible to add the ability to set or pass an optional seed for the noise generators?

enhancement