An open API service indexing awesome lists of open source software.

https://github.com/antixk/cppn-in-numpy

The supplementary code for Fossbytes blog in generating art using CPPNs
https://github.com/antixk/cppn-in-numpy

art cppn creative-coding fossbytes-blog numpy

Last synced: 6 months ago
JSON representation

The supplementary code for Fossbytes blog in generating art using CPPNs

Awesome Lists containing this project

README

          

# CPPN-in-Numpy

The supplementary code for Fossbytes blog on generating art using CPPNs.

Pass the parameters to the following function to generate art -

```
Generate_Art(batch_size = 1, net_size = 16, h_size = 32, x_res = 512, y_res= 512, scaling = 10.0, RGB = True, seed = None)
```
Some generated art works -

![Alt][1]
![Alt][2]
![Alt][3]

[1]: https://github.com/AntixK/CPPN-in-Numpy/blob/master/CPNN_GS.png
[2]: https://github.com/AntixK/CPPN-in-Numpy/blob/master/CPPN_RGB_2.png
[3]: https://github.com/AntixK/CPPN-in-Numpy/blob/master/art1.png