xmake-repo
xmake-repo copied to clipboard
请求添加一些第三方库
- bgfx: github地址: https://github.com/bkaradzic/bgfx
bgfx 依赖库:
bimg ( https://github.com/bkaradzic/bx ) bx ( https://github.com/bkaradzic/bx )
bgfx 构建工具, 不是 cmake. 而是源于依赖库 bx. Visual Studio 2017: bx/tools/bin/windows/genie; Xcode: bx/tools/bin/darwin/genie; .... 详情请见: https://bkaradzic.github.io/bgfx/build.html#general
- SDL2 github地址: https://github.com/SDL-mirror/SDL
构建工具为 cmake.
- ImGui github地址: https://github.com/ocornut/imgui
无需构建工具, 添加源码即可, 但是我想需要做成库 ( 例: Windows DLL 共享库 ), 不想直接包含进源代码.
- Box2D github地址: https://github.com/erincatto/Box2D
构建工具 premake5.
- spdlog github地址: https://github.com/gabime/spdlog
构建工具为 cmake.
等有时间,我会考虑加进去,不过时间点不定,如果急需的话,可以自己提个pr进去
sdl库已经加进去了 其他库等后面有时间 也会加进去
你也可以参考文档,自己添加对应的库进去
https://xmake.io/#/zh-cn/package/remote_package?id=%e6%b7%bb%e5%8a%a0%e5%8c%85%e5%88%b0%e4%bb%93%e5%ba%93
spdlog github地址: https://github.com/gabime/spdlog
这个我也加进去了。
追加请求:
bullet3 github: https://github.com/bulletphysics/bullet3
构建工具为 cmake.
感谢作者的帮忙.
ok,等有时间我会加进去,你也可以尝试参考文档自己制作和上传一些包:https://xmake.io/#/zh-cn/package/remote_package?id=%e6%b7%bb%e5%8a%a0%e5%8c%85%e5%88%b0%e4%bb%93%e5%ba%93
ImGui已经加进去了
bgfx has a cmake mantainer and there is a repo https://github.com/widberg/bgfx.cmake