This is an electron app and cli tool that allows you to spin up creative coding environments with just a file. This file currently works with both javascript and typescript files.
This is in early development but I would like a tool to not only be able to prototype creative coding projects, but also be able to distribute them as well. This will eventually have a tool to package the code as well in an electron app. As well as match the api an underlying tool react-scribble to be able to add it into React applications as components.
Currently the app does not open in electron
Way more mature versions of this concept
Early development - there be 🐉
First install all the dependencies via yarn.
yarn
Then you will need to build the CLI tool.
yarn build
Then you can just point it towards a file.
scribble-pad shaders.js