# mydockfinder **Repository Path**: hahs/mydockfinder ## Basic Information - **Project Name**: mydockfinder - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-05-08 - **Last Updated**: 2021-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyDockFinder ### MyDockFinder 码云仓库,以后下载和更新全部在此处 ### GitHub链接 https://github.com/mydockfinder/mydockfinder/tree/release ### 更新包和完整包下载地址 https://gitee.com/mydockfinder/mydockfinder/releases/ ## 所有使用的库 > #### **需要安装VC2019运行库** |功能|使用的库| |--|--| |图标渲染|Direct3D11 & Direct2D| |XML解析|[pugixml](https://github.com/zeux/pugixml)| |json解析|[CJSON](https://github.com/DaveGamble/cJSON) | |窗口最小化渲染|Win8~Win10:Direct3D11、Direct3D12;Win7:Direct3D9、Direct3D11| |压缩数据|[zlib](https://github.com/madler/zlib)| |媒体控制|[ModernFlyouts](https://github.com/ModernFlyouts-Community/ModernFlyouts)| |CPU&GPU温度检测|[openhardwaremonitor](https://github.com/openhardwaremonitor/openhardwaremonitor)| |缓存数据库|[google leveldb](https://github.com/google/leveldb)|