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...
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...
On agents:
Agents like Claude Code and Gemini are making silent revolution right now.They’re coding assistants with access to your files, your...
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...
C++ GUI without Qt:
Interesting article on fast and light-weight C++ cross-platform GUI without Qt. Pretty interesting stuff for small cute apps.
Time to write a proper shell:
https://brennan.io/2015/01/16/write-a-shell-in-c/ Will need something like this for AWS tool.
Maya plug-ins
I’ve created a number of Maya plug-ins over the years: some of them for specific projects, some as a personal...
AWS S3 bucket tool / Python3 module
So, recently I started to look into Vcpkg ports and found that they have AWS S3 APIs, so why not...
Video player on FFMpeg:
http://dranger.com/ffmpeg/ffmpeg.htmlhttps://habr.com/en/company/edison/blog/500402/