Hi everyone!
I’m currently developing Edit:RiN, a free and open-source p5.js editor for Android.
I wanted a simple way to write p5.js sketches directly on my phone, preview them immediately, and keep creating wherever I am, so I started building my own editor.
Current features include:
- Edit and preview p5.js sketches directly on Android
- Support for p5.js 1.x and 2.x
- Import public sketches from the p5.js Web Editor
- Edit multiple JavaScript files using tabs
- Manage images, fonts, JSON, shaders, and other assets
- Save and organize sketches locally
- Export and import individual works with their assets and runtime settings
- Record your sketches as MP4 or GIF
- Share recorded works directly to apps such as X
- Landscape mode and fullscreen preview
The app is completely free and open source, and for now I’m distributing it through GitHub.
I’m still actively developing it, so I’d really appreciate any feedback — especially feature requests, UI issues, or anything that feels awkward when using p5.js on a phone.
GitHub: GitHub - rin-code-dev/Edit-RiN: A minimal p5.js editor for Android. · GitHub
Thanks for checking it out!
