Skip to content

An electron app and CLI tool that makes a sandbox env for you to write canvas creative code projects.

Notifications You must be signed in to change notification settings

jcblw/scribble-pad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scribble Pad

Usage

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.

Example file

Why

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

Technologies

Prior art

Way more mature versions of this concept

Development

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

About

An electron app and CLI tool that makes a sandbox env for you to write canvas creative code projects.

Topics

Resources

Stars

Watchers

Forks