

2025
Techno track cover artwork concept. A stack of identical forged steel sculptures each reading "BANG" sits in a pool of 9mm bullets. Characters are custom-made in Illustrator, see below for gridlines.
Metal materials and neo-grunge.
Illustrator, Blender, Photoshop


2025
2.5D folder icon. Hover for the original. Original was purposed for the single Open Me Up off of VAPERROR - System Delight (2015). This is a refresh of that icon in a more modern, high resolution style.
Windows 95.
Photoshop

2025
Single cover for Dreaming Diary - Windows Angel. Part of a larger campaign for the release of Dreaming Diary's record Digital Artifacts. Concept, cat eye, and sunset background by Sebastian Haid. 3D models, UI components, and final render by Jeff Cardinal. Check out the 3D demo.
Modern meets retro - Windows Vista and Apple Glass UI. Hyperreality of digital angels trapped in an outdated computer OS. There is reference to our track, Bliss, by repurposing the background from that single cover.
Blender, Bryce, Photoshop

2025
Abstract 3D mesh. This started as a model of a price tag, then was morphed via subdivision modifier, meshing, and simple deform. The final render was composited in Photoshop with field blur and camera raw filter.
Early abstract 3D graphics.
Blender, Photoshop

2025
Single cover for Dreaming Diary + VAPERROR - Bliss. Part of a larger campaign for the release of Dreaming Diary's record Digital Artifacts. Layout, icons and background photo by Sebastian Haid. Airbrushing, post-processing and smiley 3D model by Jeff Cardinal. Ferrite Core font by Froyo Tam.
Y2K airbrushed hyperreality, icons evoke early cellphone OS feeling.
Blender, Illustrator, Photoshop

2025
Single cover for Heaven Sample - Floating in the Breeze [VAPERROR Remix]. Hover for the original cover. Part of a larger campaign for the release of Heaven Sample's debut record, Distorted Reality.
Y2K chrometype and metalheart (remix) and 70s psychedelia and pop art (original).
Blender, Photoshop

2024
Flyer advertisement for Chicago techno party at Empty Bottle.
Liquid chrome entangles an iconic 90s acid smiley in Y2K fashion. Matrix-like background. Custom goop font for DR. GABBA, which informed the later Goupe font.
Cinema 4D, Illustrator, Photoshop

















//Main oscillator loop
for (; y != y_e; ) {
const float dist_mod = dist + lfoz * dist;
float p = phase + linintf(dist_mod, 1.f, dist_mod * osc_sawf(0.1f-phase));
//Reset phase if needed, basically a mod function
p = (p <= 0) ? 1.f - p : p - (uint32_t)p;
float sig = osc_sawf(p);
//Apply soft clip
sig = osc_softclipf(0.5f, drive * sig);
//Convert the signal from floating point to fixed point integer
*(y++) = f32_to_q31(sig);
phase += w0;
phase -= (uint32_t)phase;
lfoz += lfo_inc;
}
2017
A cute retrospective board for reflecting on your Agile projects after each sprint. Hover for login page.
React, Spring Boot, PostgreSQL
2025
i2K was a music festival in Richmond, Virginia. In order to ensure pixel perfection, a grid system was enforced to create the illusory 3D model, which was then captured by an orthographic camera. The final render is composited in Photoshop with precise masking and additional shading. Dynamic logo type was used for promotional motion graphics. A limited t-shirt was screen-printed, featuring an android woman and WinAmp-skin informed mp3 player.
Illustrator, Blender, Photoshop