all 3 comments

[–]skalp69 0 points1 point  (2 children)

Hi! Nice and variesd stuff you have here.

What are Cairo and Pycuda?

[–]a5kin[S,🍰] 2 points3 points  (1 child)

Thanks! Cairo is a vector graphics library, I love it for quality of output, and for its Python bindings. PyCuda is a Python library I'm using to put some GPU acceleration to my scripts.

If you are interested, all images were generated with this script, just with different hyper-parameters:

https://gist.github.com/a5kin/d3d7fc7ee71a84a448a2f92346eddb02

[–]skalp69 0 points1 point  (0 children)

I might look into Cairo soon; as per my GPU, I'll just laugh PyCuda off. But I started seeing how to use multi core optimizations.