|
|
@@ -37,4 +37,5 @@ 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) | [MyDataStructure](https://github.com/chen-qingyu/MyDataStructure) & [HelloDataStructure](https://github.com/chen-qingyu/HelloDataStructure) | Code & Format & Document & Build & Test & Pack All in One, Elegant and efficient! |
|
|
|
|