Skip to content

Commit

Permalink
リンクの修正とreadmeのスクショ更新
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMocchy committed Jun 4, 2023
1 parent b2f6b85 commit f42944b
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -428,3 +428,6 @@ gmon.out
# Ignore output files
pltGUI/App/output.*
pltGUI/App/plot.plt

#Ignore sampledata
pltGUI/App/sampledata.csv
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Twitterの[@OUCC](https://twitter.com/OUCC)へのDM、またはGitHubの[Issues]

## 画面構成

### スクショ (v1.1.0)
### スクショ
- plt Setting
- whole
![see readme_images/whole.png](readme_images/whole.png)
![see readme_images/whole1.png](readme_images/whole1.png)
![see readme_images/whole2.png](readme_images/whole2.png)
- graph1
![see readme_images/graph1.png](readme_images/graph1.png)
- graph2
Expand All @@ -38,6 +39,8 @@ Twitterの[@OUCC](https://twitter.com/OUCC)へのDM、またはGitHubの[Issues]
![see readme_images/pltfile.png](readme_images/pltfile.png)
- plt File
![see readme_images/pltimage.png](readme_images/pltimage.png)
- option
![see readme_images/option.png](readme_images/option.png)

### 説明

Expand Down
8 changes: 0 additions & 8 deletions pltGUI/App/sampledata.dat

This file was deleted.

2 changes: 1 addition & 1 deletion pltGUI/app_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AppOption {
dpos += Vec2(0,50);
MyGUI::Text(U"Links", dpos+Vec2(20,0));
if (MyGUI::Button(U"Online README", dpos + Vec2(100, 0), Size(170, 40))) {
System::LaunchBrowser(U"https://github.com/OUCC/pltGUI/releases");
System::LaunchBrowser(U"https://github.com/OUCC/pltGUI#readme");
}
if (MyGUI::Button(U"pltGUI releases", dpos + Vec2(280, 0), Size(170, 40))) {
System::LaunchBrowser(U"https://github.com/OUCC/pltGUI/releases");
Expand Down
Binary file modified readme_images/graph1.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 modified readme_images/graph2.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 readme_images/option.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 modified readme_images/pltfile.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 modified readme_images/pltimage.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 readme_images/whole.png
Binary file not shown.
Binary file added readme_images/whole1.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 readme_images/whole2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f42944b

Please sign in to comment.