A Game Boy Camera clone in the web.
Built with Typescript, React & Parcel.
This was built using the yarn package manager, but npm will probably work fine.
Install the deps:
$ yarn install
Run locally:
$ yarn dev
Parcel will serve the site at localhost:1234
Build for production:
$ yarn build
Parcel will output the build in ./dist/
Deploy to github pages:
$ yarn deploy
gh-pages cli tool will deploy eveything in the ./dist
folder to the configured github pages branch.
- Full refactor. The site is in a bad state due to starting out as a proof of concept and me being lazy. 🙄
- Implement full test suite with the goal of all future development being TDD.
- Overhaul UI to make settings UX more appropriate.
- More frames.
- More palettes.
- Options for scaled image downloads.
- Camera reel for reviewing past photos, changing frames and palettes after the fact.
- Convert to PWA.
- ???
- Profit...
- AntionoND and his work on giibii advance - The camera reverse engineering work he did helped me out with getting the dithering working properly.
- James Ide - Massive assistance ironing out some camera bugs that I was unable to replicate
- crizzlycruz aka @23kpixels - Helping out with various iOS bug reporting/fixing as I don't have an iOS device
- GAME BOY discord
- GAME BOY Camera discord
- lospec for various palettes. (find links in the palettes.json)
- If I've missed anyone I'm really sorry 😭