https://github.com/brianium/squint-pixijs-sprite-jam
I just want to test out openai generated sprite sheets in the browser
https://github.com/brianium/squint-pixijs-sprite-jam
Last synced: about 1 year ago
JSON representation
I just want to test out openai generated sprite sheets in the browser
- Host: GitHub
- URL: https://github.com/brianium/squint-pixijs-sprite-jam
- Owner: brianium
- Created: 2025-03-29T20:32:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T23:54:20.000Z (about 1 year ago)
- Last Synced: 2025-03-30T00:22:17.375Z (about 1 year ago)
- Language: Clojure
- Homepage: https://brianium.github.io/squint-pixijs-sprite-jam/
- Size: 4.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# squint-pixijs-sprite-jam
[Inspired on X](https://x.com/turjanofmiir/status/1906129672766623903)
I saw a cool thread about asking GPT-4o to generate sprite sheets so I wanted to test it out with
a library designed to work with them. I just wanted to see how well the sprite sheets work out of the box.
This example uses:
- [PixiJS](https://pixijs.com/)
- [Squint](https://github.com/squint-cljs/squint)
- [GPT-4o](https://openai.com/index/introducing-4o-image-generation/)
## Development
Requires node + npm to install deps.
```bash
$ npm install
```
Start Vite with [babashka](https://babashka.org/).
```bash
$ bb dev
```