Assembly Language – Jesse Colin Jackson's Marching Cubes
Jesse Colin Jackson, a Canadian artist and architect, developed Marching Cubes, a 3D-printed modular assembly system inspired by the 1987 computer graphics algorithm of the same name. His project translates the algorithm's voxel-based isosurface extraction into physical building blocks for constructing three-dimensional forms. Jackson has showcased the system through a participatory event at the University of California, Irvine, and a solo exhibition at Toronto’s Pari Nadimi Gallery.
- ▪Marching Cubes is a 3D-printed assembly system created by Canadian artist Jesse Colin Jackson.
- ▪The project draws inspiration from the Marching Cubes algorithm developed by William E. Lorensen and Harvey E. Cline in 1987 for medical imaging visualization.
- ▪The system was demonstrated at a public building event at UC Irvine and in a solo exhibition at Pari Nadimi Gallery in Toronto.
- ▪Jackson's work explores modular construction, influenced by his background in architecture and interest in pixel-based image construction.
Opening excerpt (first ~120 words) tap to expand
D14/12/2016 A @greg STextCopy to Clipboard (Text)Title + (Year) + People + URL/ImageGenerate ImagePNG File Download (1080x1920)Copy URL to Clipboard document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".copyButton").forEach(button => { button.addEventListener("click", function () { const title = "Assembly Language – Jesse Colin Jackson’s Marching Cubes"; const people = "by Jesse Colin Jackson "; const url = "https://www.creativeapplications.net/project/assembly-language-jesse-colin-jacksons-marching-cubes/"; const year = "(2016) "; const textToCopy = `${title} ${year}${people}${url}`; navigator.clipboard.writeText(textToCopy).then(function () { alert("Copied to clipboard: \n\n" + textToCopy); }).catch(function (err) { console.error("Failed to copy: ",…
Excerpt limited to ~120 words for fair-use compliance. The full article is at CreativeApplications.Net.