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.
- Node.js
- pnpm
- Clone the repository:
git clone https://parsehex/aAI-Art- Install dependencies:
cd aAI-Art
pnpm install- Start the development server:
pnpm dev- Open your browser to
http://localhost:5173
- Vue 3 - Frontend framework
- TypeScript - Type safety
- Konva - Canvas engine for sprite rendering
- Tailwind CSS - Styling
- Vite - Build tool and dev server
The app renders sprites incrementally shile they're being generated, and you can also click to re-draw a sprite to see the effect again.
aai-art-drawing-sprites.mp4
MIT License - see LICENSE file for details.
