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
- Host: GitHub
- URL: https://github.com/antixk/cppn-in-numpy
- Owner: AntixK
- Created: 2017-01-12T12:17:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T12:55:08.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T00:36:11.678Z (9 months ago)
- Topics: art, cppn, creative-coding, fossbytes-blog, numpy
- Language: Python
- Size: 1010 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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