Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sawyerhood/game-fig
A gameboy emulator that runs inside of Figma!
https://github.com/sawyerhood/game-fig
emulator figma figma-plugin gameboy-emulator
Last synced: 7 days ago
JSON representation
A gameboy emulator that runs inside of Figma!
- Host: GitHub
- URL: https://github.com/sawyerhood/game-fig
- Owner: SawyerHood
- License: mit
- Created: 2020-12-01T17:50:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-17T03:47:16.000Z (almost 4 years ago)
- Last Synced: 2023-03-29T20:41:34.709Z (over 1 year ago)
- Topics: emulator, figma, figma-plugin, gameboy-emulator
- Language: TypeScript
- Homepage:
- Size: 610 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameFig
GameFig is a Figma plugin that runs a game boy emulator inside of Figma! The game output is rendered as SVG so you can scale the screen how you please. The entire game state is stored inside of the Gameboy layer so you can copy and paste the layers to create save states and even paste them between files.
![](https://user-images.githubusercontent.com/2380669/101235728-b3c96980-367f-11eb-946c-65b1b5288a83.png)
## Install
GameFig hasn't been published on the Figma community yet, but you can install it locally. Start by cloning this repo. Then you can do the following:
```bash
git submodule init
git submodule update
npm install
npm build
```## License
MIT © [SawyerHood](https://github.com/SawyerHood)
## Credits
Gameboy Svg Exported from [vecteezy](https://www.vecteezy.com/vector-art/76824-game-boy-color)