# BubbleSort Visualization (want to slow it down)

**URL:** https://discourse.processing.org/t/bubblesort-visualization-want-to-slow-it-down/6742
**Category:** Coding Questions
**Created:** [December 18, 2018, 4:57pm UTC](https://discourse.processing.org/t/bubblesort-visualization-want-to-slow-it-down/6742 "2018-12-18T16:57:39Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [December 21, 2018, 12:23am UTC](https://discourse.processing.org/t/bubblesort-visualization-want-to-slow-it-down/6742/4 "2018-12-21T00:23:00Z")

</div>

Possibly of interest: a related recent discussion of sort visualization –

> [@Issue rendering video/how to render video on processing](https://discourse.processing.org/t/issue-rendering-video-how-to-render-video-on-processing/6667):
>
> I’m extremely new to this and have made a design using a tutorial. My code runs smoothly until I enter: saveFrame(“output/frames\_####.png”); when I enter this, my video does not run, instead there is a blank screen. please help if you can CODE BELOW: float[] values; int i = 0; int j = 0; void setup() { size(600, 600); values = new float[width]; for (int i = 0; i \< values.length; i++) { values[i] = random(height); } //for (int i = 0; i \< values.length; i++) { // for (int…

---

_[View the full topic](https://discourse.processing.org/t/bubblesort-visualization-want-to-slow-it-down/6742)._
