Playa – image sequences player in Rust
TL;DR: That’s a new Image Sequence Player in Rust. Installers are here: https://github.com/ssoj13/playa/releases/tag/v0.1.128https://crates.io/crates/playahttps://crates.io/crates/playa-ffmpeg Long version: A while ago I decided...
Minimal Vulkan app:
https://github.com/ssoj13/boilerplate_vk I’m not used to publish anything online, but here we go: another repository opened. This time that’s a minimal...
Qt / OpenGL / CUDA Fractal app
Another boilerplate C++ piece of graphics code: Qt app with a custom OpenGL Widget and CUDA integration.Widget has a double-buffered...
OpenFX plug-in boilerplate
Just opened my repository with OpenFX boilerplate code: https://github.com/ssoj13/boilerplate_openfx OpenFX API allows you to make image plug-ins. Once you have...
Maya noiseDeformer
For whatever reason Maya don’t have a lot of built-in deformers for a loooong time, so I just decided to...
On agents:
Agents like Claude Code and Gemini are making silent revolution right now.They’re coding assistants with access to your files, your...
New ESP32 S3 board with IMU and 2″ screen all-in-one:
Waveshare ESP32 S3 with 2.1″ Touch Screen – that’s an absolute blast, everything is integrated on a single board covered...
Project of the month: DIY drone on ESP32 S3 Sense board
Absolutely sick project – this guy builds a drone on a widely available ESP32 S3 Sense chip. Recently I started...
Library of the week: Open3D
https://www.open3d.org/docs/release/introduction.html Was looking around for new 3D Gaussian Splats library and found this one, looks like it’s another swiss-army-3d-knife library...
Qt6 libraries/plugins deployment in cmake projects
Started to revive one my old Python extension projects recently: adding setup.py installation with CMake/Vcpkg based build, adding more libraries...