My specialty is making unintentionally useless things, mostly software.
alternative AI Art
This is an app that explores using AI to create procedural graphics, in contrast to using traditional image models. Instead of generating images directly, we prompt an LLM to return JSON instructions that define sprites, which are then rendered using Konva. You can now also Edit sprites created in this app.
Here are some examples of sprites created by LLMs:
![]()
Note
See any potential here? Let me know / Spread the word!
I've been restoring + refurbishing my projects but I need users and feedback. If you have any interest in using this project, please get in touch via the Issues tab or one of the links under Sponsor this project to the right. My profile may have updated contact info.

git clone https://parsehex/aAI-Art
cd aAI-Art
pnpm install
pnpm dev
http://localhost:5173The app renders sprites incrementally shile they're being generated, and you can also click to re-draw a sprite to see the effect again.
https://github.com/user-attachments/assets/8d69e98b-bdb4-4608-92cb-09212b98079c
MIT License - see LICENSE file for details.