top of page
pavelzosim:~
#


From File to Pixel · Part 04: The Shader
Explore the shader compilation pipeline and cross-platform architecture. This deep dive covers stages from source to ISA, GPU instancing patterns like the SRP Batcher, HLSL/GLSL/MSL syntax mapping, and compute shader execution models.
Pavel Zosim
2 days ago0 min read


FROM FILE TO PIXEL · PART 04: COMPILATION PIPELINE
Explore the shader compilation pipeline and cross-platform architecture. This deep dive covers stages from source to ISA, GPU instancing patterns like the SRP Batcher, HLSL/GLSL/MSL syntax mapping, and compute shader execution models.
Pavel Zosim
Jun 150 min read


Procedural Interior Rooms with Houdini & USD — Interior Design Pipeline Breakdown
A technical case study describing a USD-based pipeline for interior design, focused on parallel workflows, scene structure, asset reuse, and cross-DCC collaboration.
Pavel Zosim
Jan 173 min read


FolderTree.Parser — Folder Structure CLI Tool for Project Organization
FolderTree.Parser is a folder structure CLI tool designed to keep project directories organized and easy to document. When working with many tools, scripts, and projects, folder structures tend to grow and become hard to track. Update (v2.1) FolderTree.Parser v2.1 extends the original CLI tool with semantic analysis of file paths and Markdown-based exports. The update focuses on extracting structure and meaning from real project folder trees, without changing the CLI-only wo
Pavel Zosim
Jan 102 min read


Video-to-Text Transcription Tool — Local Offline CLI Workflow
Local Video → Text Transcription Tool (Offline, GPU/CPU)
A small and practical tool that converts your video files into text directly on your machine — with no cloud services, no uploads, and no limits.
Pavel Zosim
Dec 4, 20252 min read


Image Compression & Resizing Tool
JackPressed - v1.0 is a Python-based image compression and resizing tool designed for efficiency and ease of use. It supports batch processing with multi-threading, smart alpha handling, and power-of-2 resizing, making it an essential tool for developers, designers, and content creators. Features ✨ 🖼️ PNG : Supports both oxipng (lossless) and pngquant (lossy) compression. 📸 JPEG : Custom quality mapping for optimal compression. Smart Processing Multi-threaded batch operat
Pavel Zosim
Feb 3, 20251 min read


Houdini to After Effects Tool
A robust Houdini to After Effects bridge for technical artists. Batch export cameras and point clouds with proper rotation order matching.
Pavel Zosim
Dec 26, 20240 min read


Houdini Folder-Based File Importer Tool
Houdini tool for importing geometry files based on folder structure.
Pavel Zosim
Dec 18, 20240 min read


Houdini Material Path Manager Tool for Consistent Material Paths
Houdini tool for generating clean and consistent material paths from string attributes in production pipelines.
Pavel Zosim
Sep 27, 20240 min read
bottom of page