2D Animator | Character Artist | Illustrator


ARTWORK

A selection of personal work, commissions, and fan art.


ILLUSTRATIONS

Showing 0 items
function runGalleryFilter() { var buttons = document.querySelectorAll('a[href^="#filter-"]'); var galIds = ['gallery03', 'gallery05']; for (var i = 0; i < buttons.length; i++) { var btn = buttons[i]; var href = btn.getAttribute('href'); var tag = href.split('-').pop().toLowerCase(); var totalCount = 0; for (var j = 0; j < galIds.length; j++) { var gal = document.getElementById(galIds[j]); if (!gal) continue; var items = gal.children; for (var k = 0; k < items.length; k++) { var content = (items[k].innerText + " " + (items[k].querySelector('img')?.getAttribute('alt') || "")).toLowerCase(); if (tag === 'all' || content.indexOf(tag) !== -1) { totalCount++; } } } btn.innerHTML = btn.innerText + ' (' + totalCount + ')'; } for (var i = 0; i < buttons.length; i++) { buttons[i].onclick = function(e) { e.preventDefault(); e.stopPropagation(); var tag = this.getAttribute('href').split('-').pop().toLowerCase(); for (var j = 0; j < galIds.length; j++) { var gal = document.getElementById(galIds[j]); if (!gal) continue; var items = gal.children; for (var k = 0; k < items.length; k++) { var content = (items[k].innerText + " " + (items[k].querySelector('img')?.getAttribute('alt') || "")).toLowerCase(); if (tag === 'all' || content.indexOf(tag) !== -1) { items[k].style.display = 'inline-block'; items[k].style.opacity = '1'; } else { items[k].style.display = 'none'; items[k].style.opacity = '0'; } } } return false; }; } } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', runGalleryFilter); } else { runGalleryFilter(); }

André Guindi is a 2D animator, illustrator, character designer, concept artist, occasional voice-actor, and forever DM—contractually soul-bound to an abyssal patron in exchange for arcane secrets and the ability to manipulate conjured pixels at will.On the rare occasion André isn't drawing for clients he is most likely drawing fan art for his own enjoyment—or rarer still: catching up on his embarrassingly large backlog of 90s JRPGs.He would rather be drawing.



COMMISSIONS

Want your precious blorbo or OC brought to life in my style? Email me at [email protected] or fill out the form below to get started!

Form above not working - or looking janky because you're on mobile?
CLICK HERE!



Get in touch!


Artist, animator, & purveyor of the arcane.
Conjuring pixels and bringing drawings to life atop his wizard tower in Toronto, Canada.