https://github.com/danielsobrado/seamless-ai-tileset-lab
Create Seamless Tiles for Games
https://github.com/danielsobrado/seamless-ai-tileset-lab
Last synced: 17 days ago
JSON representation
Create Seamless Tiles for Games
- Host: GitHub
- URL: https://github.com/danielsobrado/seamless-ai-tileset-lab
- Owner: danielsobrado
- Created: 2026-04-26T03:08:41.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T10:41:45.000Z (about 1 month ago)
- Last Synced: 2026-05-09T12:32:31.332Z (about 1 month ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seamless AI Tileset Lab
Browser-only (https://danielsobrado.github.io/Seamless-AI-Tileset-Lab/) tileset pipeline for uploading an atlas, running canvas-based cleanup/classification/repair/export nodes, and downloading generated artifacts.
## Run locally
```powershell
npm install
npm run dev
```
Open the served URL, select `Raw Atlas Input`, upload an image, then run connected nodes in graph order.
## Production build
```powershell
npm run build
npm run serve
```
The production build writes `dist/index.html` and `dist/app.js`. Runtime execution remains fully browser-based; Node is only used to compile JSX before serving.