Skip to content

v1.0.0

Choose a tag to compare

@MaaruAx MaaruAx released this 09 Jun 14:01
· 6 commits to main since this release

MCopy v1.0.0 - Official Release 🚀

Welcome to the official 1.0.0 stable release of MCopy, a core application within the MMarket ecosystem.

MCopy is a lightweight, high-performance, and cross-platform utility designed to seamlessly manage and inject Fusion node presets directly into DaVinci Resolve. Built with a hybrid architecture, it combines the raw speed of a local database with a sleek, hardware-accelerated web user interface.

✨Key Features

  • Instant Node Injection: Copy and manage complex Fusion node structures with zero friction.
  • Hybrid Core: Powered by PySide6 and an embedded QtWebEngine (Chromium) view, utilizing dedicated GPU rasterization flags for ultra-smooth rendering.
  • Smart Clipboard Engine: Natively optimized across platforms:
  • Windows: Direct low-level interaction via win32clipboard.
  • macOS: Secure pipe handling with pbcopy.
  • Linux: Automatic fallbacks for xclip and xsel.
  • Local Storage: Embedded SQLite3 indexing for ultra-fast preset loading and search queries.
  • Sleek UX: Modern frameless interface featuring variable typography support (Monaspace Neon, Barlow Condensed) and accent-color customization.

📦Installation & Requirements

Ensure you have Python 3.x installed along with the production dependencies:
Bash

pip install -r requirements.txt