# canvasGUI 3.2.0 (new release)

**URL:** https://discourse.processing.org/t/canvasgui-3-2-0-new-release/49173
**Category:** Gallery
**Created:** [August 16, 2026, 9:47am UTC](https://discourse.processing.org/t/canvasgui-3-2-0-new-release/49173 "2026-08-16T09:47:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![quark](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/quark/32/26_2.png) [@quark](https://discourse.processing.org/u/quark)
#### Post date: [August 16, 2026, 9:47am UTC](https://discourse.processing.org/t/canvasgui-3-2-0-new-release/49173/1 "2026-08-16T09:47:55Z")

</div>

Version 3.2.0 of canvasGUI is now available. Users will find that the new library is backwardly compatible so will work with any sketches using V3.0.0 or later’

In this release a new control the ‘frameset’ has been added. Like side panes and floating panels it is a collection of controls that can be managed as a group. Used in conjunction with the grid layout it enables a single or group of controls to be surrounded by a visible frame.

In this sketch there are 2 framesets

- the length converter set (orange controls)
- the placement controls (bottom right)

The sketch shows that a frameset can also be on a side pane or floating pane.

https://editor.p5js.org/canvasgui/full/RhgecFgJw

**Useful resources**

- [github](https://github.com/quarks/canvasGUI)
- [website](http://www.lagers.org.uk/canvasgui/index.html)
- [canvasGUI p5js editor](https://editor.p5js.org/canvasgui/sketches)
