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

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Hello @L05 , I got the OSC /buttonBank example working to send OSC messages to Sonic Pi. However, the OSC message names only go from "button0" to "button3" in each...

Hello @L05 , I tried using the /slider OSC example provided in the examples but they do not work. I followed all the directions for setting up and running the...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) to 3.6.1 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `engine.io` from 3.3.2 to 3.6.1 Release notes Sourced from engine.io's releases. 3.6.1 :warning:...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.3. 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

Hey! There's a Minor bug in the code where the mouse doesn't line up with the slider https://github.com/L05/p5.touchgui/assets/69405690/e329cce0-88b7-48f8-b777-d47af8d220c3 This bug appears to happen with all sliders From observation, I think...

I used this library for GUI, but I feel like its not responding sometimes, although the button is clicked and highlighted. What might be the possible reason?