paperprograms icon indicating copy to clipboard operation
paperprograms copied to clipboard

Run Javascript on pieces of paper!

Results 26 paperprograms issues
Sort by recently updated
recently updated
newest added

Currently if you pass an unknown command to `paper.get` it blocks the program indefinitely. ```js const number = await paper.get("paperNumber") // typo, "number" would be correct ``` Instead I would...

When I follow the docs and attempt to calibrate a color by clicking on the indicator in the side panel and then clicking on the appropriate dot picked up from...

## idea I would like to propose an API for papers to communicate with each other by sending events. The idea came from a usecase like in [this tweet](https://twitter.com/jesse_squires/status/990783893589508096) -...

I wanted to experiment with multiple whiskers but creating the second whisker failed with the error: ``` Error[program:0:0]: "Cannot read property 'getContext' of null" ``` The problem seems to be...

https://www.npmjs.com/package/get-port has a neat way of doing this - you request 3000 but if that doesn't work, it grabs another one. You can then use https://www.npmjs.com/package/opn to automatically open it...

Increases fps 3-4x (depending on dot size) and makes page load times way faster. https://www.youtube.com/watch?v=7D3wY_wMGLo Uses Laplacian of Gaussian at fixed scale to find dots; video data never needs to...

This [dynamicland demo](https://youtu.be/Z0GB5ClzBA0?t=11s) shows how the system allows [colored centimeter cubes](http://a.co/9JZfJP6) to be detected for use as flexible inputs. For example, they can be placed on the [end of a...

As seen in Dynamicland, having keyboards in the space that can be used to edit code using "editor papers" is key. Some ideas for how we can do this: -...

enhancement

I'm seeing framerates that are either 1 or zero depending on the size of the polygon I draw on camera.html. This is using Chrome Dev Beta Version 66.0.3346.8 on a...

bug

Now that threshold and especially sigma might come in, it's becoming annoying. Something where on boot, it tells you to put a piece of paper down, and it searches for...

enhancement