Reeco is a CLI that helps you create game with p5.js (or any other graphics/game library) and bring it to your desktop.
Support for other graphics/any library will be added soon. For now, p5 is the current native graphics library.
- You must have git installed
-
screenWidth
- Screen width for the app. -
screenHeight
- Screen height for the app.
# Using NPM
$ npm i reeco
# Using Yarn
$ yarn global add reeco
- Create a folder.
- Add file named
ree.conf.json
andindex.js
to the folder. - Run
reeco build
. - Done! You can now add your code inside
index.js
. To test your game, simply runreeco run
See repo https://github.com/repyh/reeco
# Run this in the project directory
$ reeco build
# Run this in the project directory
$ reeco run
No native support for packaging is currently in Reeco, although, you can use several electron compiler/packager to do the job.