Ben Houston

@ben3d.ca

Personal. https://ben3d.ca Serial Entrepreneur. Founder: https://LandofAssets.com (product photos for eCommerce), https://Threekit.com (3D for eCommerce), http://Clara.io (online 3D editor), Exocortex, and Frantic Films Software.

Rendering Real-Time 3D Before GPUs How I built a real-time 3D renderer on a slow 486 with only 256 colors, using fixed-point math, palette quantization, matcap-style Phong lighting, and x86 assembly. ben3d.ca/blog/renderi...

Rendering Real-Time 3D Before GPUs

Before GPUs, with a slow 486 FPU and only 256 colors in Mode 13h, I built a software renderer that combined fixed-point math, palette quantization, matcap-style Phong lighting, and x86 assembly to get...

ben3d.ca

Today's Essay: Are you a SaaS Platform or a Consulting Shop with good internal tools? It can be easy to confuse the two when you are a new entrepreneur but it matters which one you are if you want to scale and pitch to investors. ben3d.ca/blog/consult...

You Might Be a Consulting Company With Good Tools

Many founders believe they are running a SaaS company when they are running a consulting company with good internal tools. If your team uses the platform to deliver work for clients who never log in, ...

ben3d.ca

My painting of Ghibli-style dust gremlins for our 3 year old who loves Totoro. Simple but she thinks having them looking over her at night is “awesome!”

Bild

Excited to share Land of Assets, a new project I've created: landofassets.com It's 3D asset infrastructure designed for developers working with glTF. Think GitHub for your 3D models: versioning, CDN delivery, and a typed SDK. Free for public assets. Looking for initial testers now.

BildBild

Hey @cloudflare-dev.bsky.social , you should support zstd compression by default when both the client and the origin support it. Right now I have a client (Safari or Chrome) and an origin (my own) that support zstd, but Cloudflare in the middle is causing it to degrade to gzip.