MCP server Rust ports:
https://crates.io/crates/filesystem-mcp-rs https://crates.io/crates/memory-mcp-rs These are the direct ports of https://github.com/modelcontextprotocol/servers: They’re faster, better and in Rust. Filesystem searches/reads/writes files for you...
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...
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”....