swingtempo / SpriteDraw

quick app to create a sprite via a json array of bytes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sprite Draw - enter a json array, indicate the bytes per row, and see your sprite appears! Similar to how sprites were drawn on the Commodore 64.

For devs: npm run start will run this on your local box. npm run build will build a production build

See the App.tsx file for a couple of examples you can copy/paste in.

About

quick app to create a sprite via a json array of bytes

License:MIT License


Languages

Language:TypeScript 80.9%Language:HTML 14.3%Language:CSS 4.8%