WeSearch

Show HN: Simple Sprite Sheet Generation

·2 min read · 0 reactions · 0 comments · 16 views
#gaming#technology#artificial intelligence
Show HN: Simple Sprite Sheet Generation
TL;DR · WeSearch summary

A new web app called AI Game Studio allows users to generate 2D game sprites and animation frames from text prompts. It utilizes xAI / Grok Imagine to create reference sprites and extract PNG frames for use in game engines. The app features a user-friendly interface for saving and loading projects, as well as generating looping animated previews.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

AI Game Studio A small local web app for generating 2D game sprites and animation frames from text prompts using xAI / Grok Imagine. Generate a reference sprite → describe motion → get extracted PNG frames → compose a 1×N spritesheet with a looping animated preview. Backgrounds are chroma-keyed to transparency automatically, so frames drop straight into a game engine. Projects can be saved and loaded by name. Full Demo: https://www.youtube.com/watch?v=MijheSPXnDo Requirements Node 20+ ffmpeg on PATH An xAI API key Install git clone <this-repo> cd ai-game-studio npm install cp .env.example .env # then open .env and paste your key: # XAI_API_KEY=xai-... Run npm run dev Open http://localhost:5173. This starts Vite (frontend, :5173) and an Express server (backend, :8787) together.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub