Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killedbyapixel/generative
Generative Art by Frank Force
https://github.com/killedbyapixel/generative
art generative generative-art
Last synced: 19 days ago
JSON representation
Generative Art by Frank Force
- Host: GitHub
- URL: https://github.com/killedbyapixel/generative
- Owner: KilledByAPixel
- Created: 2022-03-17T17:41:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T18:01:38.000Z (about 2 years ago)
- Last Synced: 2024-10-05T17:14:11.760Z (about 1 month ago)
- Topics: art, generative, generative-art
- Language: HTML
- Homepage: https://killedbyapixel.github.io/generative
- Size: 14.6 MB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Generative Art by Frank Force
Here you will find the source code for some of my longform generative works.
These programs will produce a different result every time you refresh. Just right click to save.
This code is not licensed for any use other then learning from. Check out some of my other MIT licenced projects if you are interested.
# Chaosplot
- [Live Demo](https://killedbyapixel.github.io/generative/chaosplot.html) - A plottable algorithm of chaos vs order.
- [Based on this Dweet by me](https://www.dwitter.net/d/24661)
- [Chaosplot on fxhash](https://www.fxhash.xyz/generative/14874)
![Chaosplot Image](/images/chaosplot.jpg)
# Grayscale Bytes
- [Live Demo](https://killedbyapixel.github.io/generative/grayscaleBytes.html) - Tiny code monochrome composition study.
- [Based on this Dweet by me](https://www.dwitter.net/d/24449)
- [Grayscale Bytes on fxhash](https://www.fxhash.xyz/generative/2370)
![Grayscale Bytes Image](/images/grayscaleBytes.jpg)
# Byte City Night
- [Live Demo](https://killedbyapixel.github.io/generative/byteCityNight.html) - An abstract cityscape using bitwise operators.
- [Based on this Dweet by me](https://www.dwitter.net/d/17507)
- [Byte City Night on fxhash](https://www.fxhash.xyz/generative/10914)
- [I made a video that explains how the code works](https://youtu.be/vnx8kI4EcVc)
![Byte City Night Image](/images/byteCityNight.jpg)
# More of my work
- [fxhash](https://www.fxhash.xyz/u/KilledByAPixel) - All my most recent generative art on fxhash.
- [dwitter](https://www.dwitter.net/u/KilledByAPixel) - I have released over 1000 programs on Dwitter.
- [portfolio](https://generative.3d2k.com) - I made a special website to share my best work.
Thank you. ✌️😄 - FF