Skip to content

Commit

Permalink
Update to v1.2.0 (#1)
Browse files Browse the repository at this point in the history
* DevAdvancedSettings

* Bitrate Video Settings

* Interface 1.0

* non stage

* advance + configpraser finish

* lest code runner

* Get 1.2

* Lest Pub

* Hrelease

* 'lestrealease'
  • Loading branch information
yohanesokta authored Jul 24, 2023
1 parent 8c00224 commit 155625c
Show file tree
Hide file tree
Showing 20 changed files with 380 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.vscode/*
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"python.analysis.extraPaths": [
"./attrib"
]
],
"python.testing.unittestArgs": [
"-v",
"-s",
"./__pycache__",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#
<p align="center">
<img src="https://raw.githubusercontent.com/yohanesokta/Mirror-SC/master/Capture.PNG"/>
<img src="https://raw.githubusercontent.com/yohanesokta/MD-asset/main/Capture.PNG"/>
</p>

Aplikasi ini dapat digunakan secara ( Open Source ) serta dengan penggunaan dan setting yang mudah dipahami untuk screen mirroring serta kebutuhan lainya
Expand All @@ -15,7 +15,20 @@ Aplikasi ini dapat digunakan secara ( Open Source ) serta dengan penggunaan dan
[Download](https://github.com/yohanesokta/Mirror-SC/releases)

Bisa pergi ke tab release dan download versi terbaru aplikasi ini

note* hapus dulu aplikasi versi pertama jika pernah menginstall

## Apa yang baru ?

- Menggunakan SCRCPY versi #v2.1
- Advance Setting ( untuk settingan lebih mendalam dan profesional )
- settingan no control dan no bitrate (default pada
versi 1.1)

<p align="center">
<img src="https://raw.githubusercontent.com/yohanesokta/MD-asset/main/2Capture.PNG"/>
</p>

## Cara Build

Kalian bisa build project ini atau sekedar merunning project menggunakan python
Expand Down
Binary file modified Runtime/SDL2.dll
Binary file not shown.
Binary file modified Runtime/adb.exe
Binary file not shown.
Binary file modified Runtime/avcodec-60.dll
Binary file not shown.
Binary file modified Runtime/avformat-60.dll
Binary file not shown.
Binary file modified Runtime/avutil-58.dll
Binary file not shown.
Binary file modified Runtime/msys-usb-1.0.dll
Binary file not shown.
Binary file modified Runtime/scrcpy-server
Binary file not shown.
Binary file modified Runtime/scrcpy.exe
Binary file not shown.
Binary file modified Runtime/swresample-4.dll
Binary file not shown.
Binary file removed Runtime/zlib1.dll
Binary file not shown.
Binary file modified __pycache__/runner.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/user_data.cpython-311.pyc
Binary file not shown.
Loading

0 comments on commit 155625c

Please sign in to comment.