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...
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...
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...
Nice CMake tutorial:
https://hsf-training.github.io/hsf-training-cmake-webpage/ First time I see a graph of private/public/interface relationships.Useful stuff.
C++ GUI without Qt:
Interesting article on fast and light-weight C++ cross-platform GUI without Qt. Pretty interesting stuff for small cute apps.