Home

LLM Agents in Houdini

The integration of Large Language Models (LLMs) into professional creative software is rapidly transforming various industries. Recently, I explored agent-based LLM workflows and investigated how similar architectures could be applied within Houdini. This article introduces a proof of concept for setting up basic LLM agent setups in SideFX Hou...

Read more

Building the 1st Houdini Finance Library

Leveraging the power of Hou Databox, I developed a specialized financial package that integrates seamlessly with Houdini’s PDG. This library facilitates querying and processing financial data from external sources, such as stock or cryptocurrency APIs, and builds upon custom UIs to manage large datasets effectively. The streamlined workflow simp...

Read more

Hou DataBox: Simplifying Houdini UI Creation

In this article, I’ll share insights into the development of a personal Houdini package aimed at simplifying the creation of custom UIs on PDG nodes. This package enhances workflows by enabling rapid prototyping, efficient UI design, and seamless integration of external Python libraries within Houdini’s Procedural Dependency Graph (PDG).

Read more

Graph Based Wave Function Collapse

In this article, we will delve into implementing a Graph-Based Wave Function Collapse (GBWFC) algorithm, explaining its core principles, highlighting its advantages over traditional methods, and showcasing its application through practical examples. Graph-based Wave Function Collapse (GBWFC), first introduced in scientific literature in 2019. Si...

Read more

AI Driven Projection Mapping

Growing up in Lyon, France, I’ve been fortunate to witness the celebrated “Fête des Lumières” firsthand. This annual celebration transforms the city into a mesmerizing canvas of light, showcasing its streets, landmarks, and buildings as breathtaking works of art. Each year, on December 8th, millions of visitors from around the world gather in Ly...

Read more

Run Teradici PCOIP In Docker(Linux)

With the pandemic and the shift to a remote working culture, we have been using Teradici Pcoip at my company for work. Issues rised when the supported Pcoip company version wasn’t compatible with latest ubuntu version. In order to be able to keep working while using the latest unbuntu version, we can use docker to run an older ubuntu version tha...

Read more