Skip to content
View 2774326573's full-sized avatar

Block or report 2774326573

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
2774326573/README.md

👋 Hello, I'm Wu Yi!

Profile Views GitHub followers

🚀 About Me

  • 🔭 Currently working on: Qt C++ applications and Neovim plugins
  • 🌱 Learning: Advanced C++, Qt framework, and Lua scripting
  • 👯 Open to collaborate on: Qt projects, developer tools, and IDE plugins
  • 💬 Ask me about: Qt development, C++, Neovim, Linux, and developer productivity
  • 📫 How to reach me: Through GitHub issues or discussions
  • Fun fact: I love automating development workflows and creating tools that make coding more efficient!

🛠️ Tech Stack

Programming Languages

C++ Lua Python JavaScript Shell Script

Frameworks & Libraries

Qt CMake

Tools & Technologies

Neovim Git Linux VSCode

📊 GitHub Stats

🏆 Featured Projects

A comprehensive Neovim plugin for Qt C++ development

Key Features:

  • 🚀 Qt5/Qt6 dual version support with intelligent detection
  • 🎨 Automatic code formatting with clang-format
  • 📜 Project script management with cross-platform compatibility
  • 🏗️ Smart project templates and class generation
  • 🔧 Integrated build system support (CMake, qmake, Make)

Tech Stack: Lua Qt C++ CMake Neovim


💡 Other Notable Work

  • Cross-platform Qt Applications: Building desktop applications with modern Qt features
  • Developer Tools: Creating productivity tools for C++ and Qt development
  • Automation Scripts: Shell scripts for build automation and project management

📈 GitHub Activity

GitHub Activity Graph

🎯 Current Focus

class Developer {
public:
    string name = "Wu Yi";
    vector<string> current_focus = {
        "Qt Framework Mastery",
        "Advanced C++ Techniques", 
        "Neovim Plugin Development",
        "Cross-platform Development",
        "Developer Experience (DX)"
    };
    
    void code() {
        while (learning) {
            create_useful_tools();
            share_knowledge();
            collaborate_with_community();
        }
    }
};

📫 Let's Connect!

GitHub


⭐️ If you find my projects useful, consider giving them a star! ⭐️

"Code is like humor. When you have to explain it, it's bad." – Cory House

Pinned Loading

  1. CppTemplateTutorial CppTemplateTutorial Public

    Forked from wuye9036/CppTemplateTutorial

    中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)

    C++