top of page


Compute Shaders in Unity.
Compute Shaders are specialized tools that enable massively parallel computations on the GPU, bypassing the traditional rendering pipeline. They’re ideal for tasks like real-time texture generation, physics simulations, and complex data processing.
Pavel Zosim
Mar 3, 20259 min read


Procedural environment and asset OPTIMIZATION for Games Using Houdini (Chapter 1)
Introduction In this article, I will walk through the process of creating a procedural environment and optimizing assets for game development using Houdini. The focus will be on modeling, texturing, and preparing assets efficiently while maintaining optimal performance for a game engine such as Unity. Project Scope The goal of this project is to model and texture the provided assets: a modular building, and a terrain with a road. Each asset has specific low texel density, pol
Pavel Zosim
Jan 29, 20255 min read


Procedural Tire Generator – Scalable System Breakdown
A production-oriented breakdown of a procedural tire generator built on real-world automotive dimensions, demonstrating stable scaling, tread logic, and sidewall systems.
Pavel Zosim
Jan 12, 20253 min read
bottom of page





