Skip to content

Commit

Permalink
update README for v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 21, 2021
1 parent f573de3 commit 7bce4c4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
31 changes: 10 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@
<img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/pit-ray/win-vind">
<br>

## v3.2.0 is coming soon!! Please look forward to it at end of February.

## Description
**win-vind** provides the lightweight Hybrid UI System of CUI and GUI. There are five main features.

#### 1. GUI Operation like Vim
You can operate windows, a mouse cursor , virtual desktops, GUI-objects with key-bindings like Vim.

**Example: EasyClick (default: `FF`, `Fa`, `Fm`, `Fh`)**
**EasyClick (default: `FF`, `Fa`, `Fm`, `Fh`) Demo**
It works well in Win32 or UWP applications.

<img src="https://github.com/pit-ray/pit-ray.github.io/blob/master/win-vind/imgs/EasyClickDemo.gif?raw=true" title="EasyClick-demo" width=600>&nbsp;&nbsp;<img src="https://github.com/pit-ray/pit-ray.github.io/blob/master/win-vind/imgs/on_uwp.jpg?raw=true" height=300>

**Window Control Demo**
<img src="https://github.com/pit-ray/pit-ray.github.io/blob/master/win-vind/imgs/window_ctrl_demo_min.gif?raw=true" title="WindowControl-demo" width=600 >

#### 2. Vim emulation everywhere
It enables to emulate Vim when using general text editors, for instance, `notepad.exe` or `Microsoft Office Word`.

Expand Down Expand Up @@ -59,28 +60,16 @@ $ ./win-vind.exe --func change_to_normal
Therefore, it enables to make Vim link to GUI. Refer to <a href="https://pit-ray.github.io/win-vind/cheat_sheet/link_with_vim/">Link With Vim - win-vind</a>. If you want to know the details, refer to <a href="https://pit-ray.github.io/win-vind/cheat_sheet/">Cheat Sheet - win-vind</a>.

## Download
### 3.1.0 (Latest Version)
Date: 2021/2/8

#### 32bit
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.1.0/setup_win-vind_3.1.0_32bit.exe.zip">setup_win-vind_3.1.0_32bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.1.0/win-vind_3.1.0_32bit.zip">win-vind_3.1.0_32bit.zip</a>

#### 64bit
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.1.0/setup_win-vind_3.1.0_64bit.exe.zip">setup_win-vind_3.1.0_64bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.1.0/win-vind_3.1.0_64bit.zip">win-vind_3.1.0_64bit.zip</a>


### 3.2.0 (Preview Version)
Date: 2021/2/14
### 3.2.0 (Latest Version)
Date: 2021/2/22

#### 32bit
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.2.0-preview/setup_win-vind_3.2.0_32bit.exe.zip">setup_win-vind_3.2.0_32bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.2.0-preview/win-vind_3.2.0_32bit.zip">win-vind_3.2.0_32bit.zip</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.2.0/setup_win-vind_3.2.0_32bit.exe.zip">setup_win-vind_3.2.0_32bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.2.0/win-vind_3.2.0_32bit.zip">win-vind_3.2.0_32bit.zip</a>

#### 64bit
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.2.0-preview/setup_win-vind_3.2.0_64bit.exe.zip">setup_win-vind_3.2.0_64bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.2.0-preview/win-vind_3.2.0_64bit.zip">win-vind_3.2.0_64bit.zip</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.2.0/setup_win-vind_3.2.0_64bit.exe.zip">setup_win-vind_3.2.0_64bit.exe</a>
- <a href="https://github.com/pit-ray/win-vind/releases/download/v3.2.0/win-vind_3.2.0_64bit.zip">win-vind_3.2.0_64bit.zip</a>


## Usage
Expand Down
6 changes: 3 additions & 3 deletions build_resources/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "pit-ray\0"
VALUE "FileDescription", "win-vind (64-bit)\0"
VALUE "FileDescription", "win-vind (32-bit)\0"
VALUE "LegalCopyright", "Copyright (c) 2020 pit-ray\0"
VALUE "InternalName", "win-vind (64-bit)\0"
VALUE "InternalName", "win-vind (32-bit)\0"
VALUE "OriginalFilename", "win-vind.exe\0"
VALUE "ProductName", "win-vind (64bit)\0"
VALUE "ProductName", "win-vind (32bit)\0"
VALUE "ProductVersion", "3.2.0\0"
END
END
Expand Down
2 changes: 1 addition & 1 deletion compile_flags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
-Icore/include/options
-Ilibs
-Ilibs/wxWidgets/include
-Ilibs/wxWidgets/include/wx
-Ilibs/wxWidgets/include/msvc/wx
-Ilibs/wxWidgets/include/wx
-Iwin32gui/core
-Iwxgui/include
-Iwxgui/include/settings_ctrls
Expand Down

0 comments on commit 7bce4c4

Please sign in to comment.