Show HN: Pixel Art Generator Using Genetic Algorithm

This project is a simple but fun demonstration of a genetic algorithm applied to image generation. It starts with a population of random images and evolves them over generations to resemble a target image. The output is an animated GIF that shows the entire evolution process.


Comments URL: https://news.ycombinator.com/item?id=44481244

Points: 9

# Comments: 4

https://github.com/Yutarop/ga-pixel-art

Created 4h | Jul 6, 2025, 7:40:11 PM


Login to add comment

Other posts in this group

Show HN: Simple wrapper for Chrome's built-in local LLM (Gemini Nano)

Chrome now includes a native on-device LLM (Gemini Nano) starting in version 138. I've been building with it since it was in origin trials, it's powerful but the official Prompt API is still a bit

Jul 6, 2025, 9:50:14 PM | Hacker news
I extracted the safety filters from Apple Intelligence models

I managed to reverse engineer the encryption (refered to as “Obfuscation” in the framework) responsible for managing the safety filters of Apple Intelligence models. I have extracted them into a r

Jul 6, 2025, 9:50:11 PM | Hacker news