ayin
v0.1.0
Ayin(कَْн,[ʕajn]),阿拉伯語「眼睛」的意思,是一款免費的開源照片編輯軟體,是我在FCAI-CU 第一年的比賽中開發的,並在個人比賽中獲得了第一名。與大型企業軟體™相比,Ayin 非常簡單,但它具有一些很酷的功能,並且在實現的功能方面完成了工作。發布頁面中提供了 Windows 的預編譯版本,但我強烈建議您自行編譯並使用自己的補丁破解您自己的 Ayin 版本。
MSYS2 UCRT64
$ pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-SDL2 mingw-w64-ucrt-x86_64-freetype
$ cd /path/to/ayin/
$ make mode=release
$ ./target/release/ayin.exe
settings.json
{
// ...
"terminal.integrated.profiles.windows" : {
"MSYS2 UCRT" : {
"path" : "cmd.exe" ,
"args" : [
"/c" ,
"C:/msys64/msys2_shell.cmd -defterm -here -no-start -ucrt64"
]
}
}
// ...
}