Skip to main content

Visualization of Goldfinch Song Using TouchDesigner

Lem Dulfo
Senior Software Developer @ Clio

Found on Threads

I don't know how to use TouchDesigner, but this is such a great demo. I like that it's in 3d space too. Sound waves are usually represented in 2d because it translates well to paper media, but sound isn't just pitch and volume, so this 3d video is a very interesting approach.

ReactNative Boilerplate

Lem Dulfo
Senior Software Developer @ Clio

Everytime I have an idea for a feature or code, or a pattern, but I don't want to share my company's app screenshots, one of my hurdles is I don't want to start an app from scratch. I always wanted to have a boilerplate, one that has navigation, modals, and most features that Clio's mobile app has. Some non-work analog of what I work with on the daily.

I think ReactNative boilerplate solves a lot of that.

React Native Boilerplate website

Spline Glassmorphism

Lem Dulfo
Senior Software Developer @ Clio

A cool demo I saw on Threads, showcasing this nice chunky rounded matte glass jelly effect. I don't know how else to describe it. Link

Screenshot of glassmorphism demo with cursor tracking

I initially thought it was pure CSS. Turns out, it's a whole 3d "runtime".

  import { Application } from 'https://unpkg.com/@splinetool/runtime@1.9.48/build/runtime.js';
const canvas = document.getElementById('canvas3d');
const app = new Application(canvas);
// ...

Pretty cool. I love the chunky matte effect, it reminds me of sea glass.