Skip to content

Commit

Permalink
Supporting English.
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinCabinet committed Jan 16, 2022
1 parent 9b8fd4e commit 0272b46
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GUI_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ L1:
if !benchmark_running {
//fmt.Println("TRUE")
text.Draw(screen, "Sキーでベンチマークスタート", font_face, 120, 50, color.Black)
text.Draw(screen, "Putting the key of S,\nstart a benchmark ", font_face, 120, 70, color.Black)
}
text.Draw(screen, "おっぱい関数積分ベンチマーク", font_face, 120, 20, color.Black)
text.Draw(screen, fmt.Sprintf("Score:%f", g.temp_chan_data.score), font_face, 120, 100, color.Black)
text.Draw(screen, fmt.Sprintf("面積:%f", g.temp_chan_data.S), font_face, 120, 200, color.Black)
text.Draw(screen, fmt.Sprintf("Score:%f", g.temp_chan_data.score), font_face, 120, 150, color.Black)
text.Draw(screen, fmt.Sprintf("面積(Area):%f", g.temp_chan_data.S), font_face, 120, 200, color.Black)

for i := 5; i < len(g.y); i += 5 {
//fmt.Printf("%f,%f\n", g.x[i], g.y[i])
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[REAMDME OF ENGLISH](./Readme_en.md)
# おっぱい関数積分ベンチマーク

![Oppai](https://github.com/PenguinCabinet/Oppai_benchmark/raw/master/explanation/Oppai.gif)
Expand Down
37 changes: 37 additions & 0 deletions Readme_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Oppai Benchmark

![Oppai](https://github.com/PenguinCabinet/Oppai_benchmark/raw/master/explanation/Oppai.gif)

This is integrating of the function of shakeing Oppai(boobs) and run a benchmark on your computer by it!\
If your computer is high spec,Oppai Purun Purun(Boobs is shakeing smoothy)!!!\
[Oppai function of this is used Nagoya University](https://www.desmos.com/calculator/i05puaquwh)

# download
[Download](https://github.com/PenguinCabinet/Oppai_benchmark/releases/latest)

# How to use

## GUI
Click executable file.\
Or run it on shell.
```shell
Oppai_benchmark
```

## CUI
run it on shell.
```shell
Oppai_benchmark c
```


# The examples of scores

the spec of CPU |the score
--- | ---
Ryzen9 3950X(win10) | 24000
Ryzen9 3950X(ubuntu20.04) | 20000
Ryzen7 5800HS(win10)| 10000
Core i5-8250U(win10)|2900
Atom x5-Z8550(win10)|870
Pentium N4200(win10)|860

0 comments on commit 0272b46

Please sign in to comment.