Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanhuidong/xphoto
一个照片查看工具。
https://github.com/lanhuidong/xphoto
Last synced: 21 days ago
JSON representation
一个照片查看工具。
- Host: GitHub
- URL: https://github.com/lanhuidong/xphoto
- Owner: lanhuidong
- Created: 2023-07-09T14:40:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T16:11:23.000Z (over 1 year ago)
- Last Synced: 2024-11-09T07:32:45.314Z (3 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xPhoto
一个照片查看工具。# build
cmake -G Ninja -S . -B build -DCMAKE_CXX_COMPILER="/usr/local/opt/llvm/bin/clang++"
cmake --build build