Rust + Python file sequence finder extension:
Recently I discovered a beautiful world of Rust and learning as much as I can about the language and infrastructure....
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...
Three.js boilerplate:
One more repo: a simple boilerplate app to quickly start something cool with Three.js: https://github.com/ssoj13/boilerplate_threejs
State of the Rust GUI:
https://areweguiyet.com Nice link. Suddenly discovered the world of Tauri for myself. Qt is not really working with Rust (too many...
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...
Nice ML book:
I’m scouting a lot of ML resource lately and suddenly found this open source book: https://www.mlsysbook.ai, “Machine Learning Systems Design”....
Maya noiseDeformer
For whatever reason Maya don’t have a lot of built-in deformers for a loooong time, so I just decided to...