-
-
Notifications
You must be signed in to change notification settings - Fork 819
Ideas List for GSoC 2025
Below is a curated list of project ideas for Google Summer of Code 2025. These projects aim to enhance Xmake's capabilities and address key challenges in C/C++ development. Prospective contributors are encouraged to explore these ideas and propose their solutions.
Develop a language server for Xmake(xmake.lua configuration) to provide advanced IDE features like code completion, diagnostics, and documentation hints, improving the developer experience.
see #6057
Generate xcode project file.
xmake project -k xcode
The current version of xmake does not support XCode project generation directly, it generates XCode project files by translating xmake scripts to CMake scripts. We want a native XCode project generator that generates XCode project files directly from xmake.lua project scripts.
see #4810
Plugin source code: https://github.com/xmake-io/xmake-idea
xmake pack -f appimage
Migrate https://github.com/xmake-io/xmake-docs documentation to https://github.com/xmake-io/xmake-gendoc
If you're interested in any of these ideas or have your own proposal, feel free to reach out to us on GitHub Discussions or join our Community chat.
We look forward to your innovative ideas and contributions!