- 🔭 Currently working on: Qt/C++ desktop applications & Neovim plugins
- 🌱 Learning: Advanced C++20/23, Qt 6, and Lua scripting
- 👯 Open to collaborate on: Qt projects, developer tools, and IDE plugins
- 💬 Ask me about: Qt, C++, Neovim, Linux, and developer productivity
- 📫 How to reach me: GitHub Issues / Discussions
- ⚡ Fun fact: I love automating development workflows and building tools that make coding more efficient
Windows dependency analysis and packaging tool for desktop applications (wxWidgets + Qt dual frontends)
Key Features:
- 🔍 PE import table parsing & full dependency tree building
- 📦 Smart DLL classification (OS / third‑party / redistributables / ApiSet)
- 🗂️ Resource folder preservation (
assets,images,scripts, …) - 🧰 One‑click deployment, ZIP packaging, and NSIS installer generation
- 🎨 Bilingual UI (English / 简体中文) with light/dark/system themes
Tech Stack: C++17 wxWidgets Qt5 CMake NSIS
A comprehensive Neovim plugin for Qt C++ development
Key Features:
- 🚀 Qt5/Qt6 dual version support with intelligent detection
- 🎨 Automatic code formatting via clang-format
- 📜 Project script management (cross‑platform)
- 🏗️ Smart project templates & class generation
- 🔧 Integrated build system support (CMake, qmake, Make)
Tech Stack: Lua Qt C++ CMake Neovim