Click or swipe image
carousel to navigate
Super Point
CAD & 3D modeling
Architectural design
Furniture design
Graphic design
Research & data
Super Point isn’t just home to the best pizza in Toronto, but also a beautiful community. As part of an architecture course centered around drawing and representation, I spent an entire semester on this “third space,” meticulously documenting and measuring every chair, table, and corner of the restaurant to produce an accurate replicated model of the space in computer-aided design (CAD) software. From this model, I used different planes, angles, and views to construct unique architectural drawings, highlighting different areas of the space, as well as its exterior. Using these line drawings, I then created a poster using imagery and themes from psychedelic music posters, inspired by the soundtrack of the space and the people within it. Altering perfect lines to warp within context and distort perspective allows a unique glimpse into the space apart from its standard exterior representation. Its final presentation stands at 1 × 1.5 m (39.4 × 59.1 in) with a smaller print now framed in the space. In addition to its printed colorway, a select multiple additional colorways were created to honor the music and culture the poster drew from.
![]()
(function() { const wrap = document.currentScript.previousElementSibling; const img = wrap.querySelector(".gallery-img"); const left = wrap.querySelector(".gallery-zone.left"); const right = wrap.querySelector(".gallery-zone.right"); const imgs = [ "https://dl.dropbox.com/scl/fi/1ui905ohqvuvrmzpa2yvl/galleryimg.png?rlkey=gn2ctoaa52emotpue3x5wb6g8&st=ms8n03xm&dl=1", "https://dl.dropbox.com/scl/fi/6co1xwefli8aw6d252nfz/galleryimg3.png?rlkey=l6smfvjcgn558ditro6angbgt&st=vssdhcim&dl=1", "https://dl.dropbox.com/scl/fi/ndwvzcdqyeakrt0rs91ti/galleryimg9.png?rlkey=sw19qafcjni9ufcuq7lhn6teh&st=uys1ksu0&dl=1", "https://dl.dropbox.com/scl/fi/yvfol5au61mcb3pzrpidz/galleryimg5.png?rlkey=csricad76djczpwacwblpg52l&st=xkb1u9ga&dl=1", "https://dl.dropbox.com/scl/fi/7flxzp1lhul9ijypp6ugt/galleryimg6.png?rlkey=c74eiby54mb82koy2tayn441y&st=0nvpirnn&dl=1", "https://dl.dropbox.com/scl/fi/jia6f4j58ez5oagz2zdgm/galleryimg7.png?rlkey=1kb9md65q3xq04eah10s6kj2i&st=1ph8h8hy&dl=1", "https://dl.dropbox.com/scl/fi/zqdb8or5at7x6nyqzwjru/galleryimg8.png?rlkey=gmh161y2okvfgf4xmgwrw49mw&st=d0450icb&dl=1", "https://dl.dropbox.com/scl/fi/bd2dqdydzbhjk91mijjed/galleryimg11.png?rlkey=7jywem5ts6xn8tvze8vi2wbyy&st=0j1wortv&dl=1", "https://dl.dropbox.com/scl/fi/t4ny2bfonohss8tcf5bap/galleryimg12.png?rlkey=80m1mrbpv15pigyf2f9sa1ly2&st=op3o9d0p&dl=1", "https://dl.dropbox.com/scl/fi/bwyvm41wieehx0ellj2g3/galleryimg13.png?rlkey=wbo8vkpi2r8r82wzha6y6lvzi&st=vzqz68aj&dl=1", "https://dl.dropbox.com/scl/fi/hxwu3k7fypi0s72rat71w/galleryimg10.png?rlkey=ufyhofaue7g84gppap198fl4v&st=1ef9rxnt&dl=1" ]; let index = 0; function show(i) { index = (i + imgs.length) % imgs.length; const base = imgs[index]; img.src = `${base}?auto=format&q=80`; img.srcset = `${base}?auto=format&q=80 1x, ${base}?auto=format&q=90 2x`; } left.addEventListener("click", () => show(index - 1)); right.addEventListener("click", () => show(index + 1)); let startX = 0; wrap.addEventListener("touchstart", e => { startX = e.touches[0].clientX; }); wrap.addEventListener("touchend", e => { const dx = e.changedTouches[0].clientX - startX; if (Math.abs(dx) > 30) { show(dx < 0 ? index + 1 : index - 1); } }); img.addEventListener("contextmenu", e => e.preventDefault()); show(0); })();