Mathis Biabiany - New Portfolio

Hey everyone :waving_hand:

I just launched my new portfolio and wanted to share it here:

Some technical notes for the curious:

  • WebGPU + TSL which can explain the very much needed loader on the first load regarding the amount of assets to prepare. But by optimizing everything and lazy loading some parts, I think I found a good balance here. I also do a quick performance check at the beginning in order to load different gpu tiers.
  • Each scene has it’s own art direction. One is fully cel-shaded including a Supā Saiyajin’s aura (it’s been a while I try to reproduce it in real-time, quite happy about it :rofl: ). Another one is a clear tribute to Moebius style (I gave more details about those here).
  • Good ol’ MSDF text rendered in the GL layer so typography survives zoom and
    motion.
  • Built on Nuxt 4, statically generated, content from Prismic, media on
    Cloudflare R2 (that’s my used trick to not reach Prismic’s max bandwidth with gl projects).

Hope you’ll like it!

Cheers,

2 Likes