|
|
@@ -37,6 +37,6 @@ so that the Xmake project and the community will grow stronger.
|
|
|
| Meidozuki | [VBAO](https://github.com/Meidozuki/VBAO) | 个人开发项目,用于构建MVVM开发框架的utility library,提供C++和python接口。xmake的语法相比cmake十分简洁,尤其是处理包依赖问题时:cmake的find_package(尤其是Config Mode)依赖于第三方库作者的水平,xmake接入了Conan包管理,大大简化了这一过程;对于Makefile-only的项目,cmake需要额外了解IMPORTED library target的概念,十分别扭,xmake的写法就很舒服。虽然xmake的命令行已经足够简洁了,不过还是期待主流IDE对于xmake更好的支持 |
|
|
|
| Luisa-Group | [Luisa-Compute](https://luisa-render.com/) | A general-purpose, high-performance, cross-platform computing framework for streaming-architectures. Thanks to xmake's cross-platform ability and lua DSL's flexible expressioness, the development efficiency and compilation experience has been greatly improved. |
|
|
|
| [Sunrisepeak](https://github.com/Sunrisepeak) | [DStruct](https://github.com/Sunrisepeak/DStruct) (an easy-to-port/learn/use C++ data structure template library) | DStruct 是一个平台无关(易于移植)且结构简洁的数据结构模板库, 可使用xmake进行快速构建&测试 |
|
|
|
-| [chen-qingyu](https://github.com/chen-qingyu) | [PyType](https://github.com/chen-qingyu/pytype-cpp) | Code & Format & Document & Build & Test & Pack all in one, elegant and efficient! |
|
|
|
+| [chen-qingyu](https://github.com/chen-qingyu) | [PyInCpp](https://github.com/chen-qingyu/pyincpp) (A C++ type library that is as easy to use as Python built-in types.) | Thanks to XMake: Code & Format & Document & Build & Test & Pack all in one, elegant and efficient! |
|
|
|
| [Sunrisepeak](https://github.com/Sunrisepeak) | [KHistory](https://github.com/Sunrisepeak/KHistory) (An elegant keyboard/gamepad key detection and visualization tool) | 🔥一个优雅&跨平台的 键盘/🎮手柄按键 检测及历史记录显示工具, 无需安装单可执行文件(约900kb大小)即点即用, 并提供了可视化插件扩展功能, 同时也由于xmake对lua脚本的支持&构建规则, 以简洁的方式在编译期实现了自定义插件的自动注册功能 |
|
|
|
|