🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

p5_gui

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p5_gui - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "p5_gui",
"version": "1.0.1",
"version": "1.0.2",
"description": "Experimental Graphical User Interface for P5js sketches",

@@ -5,0 +5,0 @@ "main": "index.js",

# p5_gui
Experimental Graphical User Interface for P5js sketches
- Used for creating this SRT log viewer: http://tailorandwayne.com/dji-srt-viewer/
- Used for creating this SRT log viewer: https://djitelemetryoverlay.com

@@ -13,2 +14,3 @@ This was created for a specific project, so the interface and capabilities are very dependant on what was needed on that project. Hopefully it can be expanded and improved to fit other needs. Please let me know if you do something with it.

Using npm:
```shell

@@ -19,2 +21,3 @@ $ npm install p5_gui

## Usage
```js

@@ -125,4 +128,5 @@ //Load module

## TODO
- Simplify element creation?
- Make interface clearer
- parenting in gui elements???