Merge Sort using WEBGL
Published: February 5, 2018 | Last Modified: May 13, 2025
Tags: sorting merge sort interactive
Categories: JavaScript p5.js
This is a (perhaps overkill) 3D WEBGL visualization of Merge Sort using the WEBGL rendering mode.
Launch this sketch is a new window (recommended)
Launch the p5.js editor
Controls
- ENTER = play sorting animation
- LEFT_ARROW = step backwards
- RIGHT_ARROW = step forwards
- SCROLL_UP = zoom in
- SCROLL_DOWN = zoom out