Skip to content

Commit

Permalink
updated README.md, screenshot and version
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
  • Loading branch information
BlueCocoa committed Feb 20, 2020
1 parent 21abba2 commit c31d27d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ rm -rf waifu2x-ncnn-vulkan-macos/waifu2x/VulkanSDK
mv vulkansdk-macos-${VULKAN_SDK_VER} waifu2x-ncnn-vulkan-macos/waifu2x/VulkanSDK

# clone Tencent/ncnn
# (At the time of writing) https://github.com/Tencent/ncnn/tree/4fead31beabf96c375741bd12672ca616d535322
git clone --depth=1 https://github.com/Tencent/ncnn ncnn

# clone nihui/waifu2x-ncnn-vulkan
Expand Down Expand Up @@ -62,4 +61,8 @@ After the first compilation, if you want to modify this project only, you may se

### Screenshot

![screenshot](screenshot-v1.2.png)
#### Single Mode
![screenshot](screenshot-v1.3-single.png)

#### Multiple Mode
![screenshot](screenshot-v1.3-multiple.png)
Binary file modified regenerate_shader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshot-v1.2.png
Binary file not shown.
Binary file added screenshot-v1.3-multiple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-v1.3-single.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions waifu2x.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
"$(PROJECT_DIR)/waifu2x/ncnn/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = "moe.cocoaneko.waifu2x-gui";
PRODUCT_NAME = "$(TARGET_NAME)";
STRINGS_FILE_OUTPUT_ENCODING = "UTF-8";
Expand Down Expand Up @@ -518,7 +518,7 @@
"$(PROJECT_DIR)/waifu2x/ncnn/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = "moe.cocoaneko.waifu2x-gui";
PRODUCT_NAME = "$(TARGET_NAME)";
STRINGS_FILE_OUTPUT_ENCODING = "UTF-8";
Expand Down

0 comments on commit c31d27d

Please sign in to comment.