p5.touchgui icon indicating copy to clipboard operation
p5.touchgui copied to clipboard

A multi-touch and mouse GUI Library for p5.js

Results 28 p5.touchgui issues
Sort by recently updated
recently updated
newest added

Hi, really awesome library by the way :-) It would make me really happy if you could fix a very annoying bug. Following case scenario: slider = createSlider("Slider", 0, 0)...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.1.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.2. Release notes Sourced from socket.io-parser's releases. 3.3.2 Bug Fixes prevent DoS (OOM) via massive packets (#95) (89197a0) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2 3.3.1 Links Diff: https://github.com/socketio/socket.io-parser/compare/3.3.0...3.3.1...

dependencies

Hello and thank you for your work (and I hope your back to full health). I have three buttons and I would like to use the same callback yet know...

Is the library not supposed to work with other libraries such as [Compass.js](https://unpkg.com/@joeyklee/compass.js@latest/dist/compass.js) and p5.geolocation.js ? Actually I was using some libraries along with p5.touchgui.js, and the GUI button does...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

hey, awesome library. i wanted to use this library in [p5.js instance mode](https://github.com/processing/p5.js/wiki/Global-and-instance-mode) but found out it was not supported. so i made the required changes making sure all existing...