Skip to content

Commit 4311d5f

Browse files
committedOct 10, 2023
update readme
1 parent d0cfbae commit 4311d5f

File tree

6 files changed

+141
-4
lines changed

6 files changed

+141
-4
lines changed
 

‎.github/images/linux.png

8.72 KB
Loading

‎.github/images/macos.png

22.8 KB
Loading

‎.github/images/preview.png

219 KB
Loading

‎.github/images/windows.png

1.78 KB
Loading

‎LICENSE.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 liudonghua
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

‎README.md

+120-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,123 @@
1-
# Tauri + Vanilla TS
1+
# scratch-app
22

3-
This template should help get you started developing with Tauri in vanilla HTML, CSS and Typescript.
3+
This is scratch app which wrap [scratch-gui](https://github.com/scratchfoundation/scratch-gui) using [Tauri](https://tauri.studio/).
44

5-
## Recommended IDE Setup
5+
[![build](https://github.com/liudonghua123/scratch-app/actions/workflows/build.yml/badge.svg)](https://github.com/liudonghua123/scratch-app/actions/workflows/build.yml)
66

7-
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
7+
## Downloads
8+
9+
Current version: 3.0.27.
10+
11+
<style>
12+
tr td:first-child {
13+
text-align: center;
14+
}
15+
</style>
16+
17+
<table class="is-fullwidth">
18+
</thead>
19+
<tbody>
20+
</tbody>
21+
<tr>
22+
<td>
23+
<img src="./.github/images/windows.png" width="24"><br />
24+
Windows
25+
</td>
26+
<td>
27+
<span>64-bit</span>
28+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-windows-3.0.27_x64.exe">
29+
📦 Executable
30+
</a> |
31+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-windows-3.0.27_x64.msi">
32+
💿 MSI Installer
33+
</a><br />
34+
<span>32-bit</span>
35+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-windows-3.0.27_x86.exe">
36+
📦 Executable
37+
</a> |
38+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-windows-3.0.27_x86.msi">
39+
💿 MSI Installer
40+
</a><br />
41+
<span>
42+
❓ Don't know what kind of chip you have? Hit start, enter "processor" for info.
43+
</span>
44+
</td>
45+
</tr>
46+
<tr>
47+
<td>
48+
<img src="./.github/images/macos.png" width="24"><br />
49+
macOS
50+
</td>
51+
<td>
52+
<span>Intel Processor</span>
53+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-macos-3.0.27_x64">
54+
📦 Executable
55+
</a> |
56+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-macos-3.0.27_x64.dmg">
57+
💿 DMG bundle
58+
</a> |
59+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-macos-3.0.27_x64.app.zip">
60+
💿 APP bundle
61+
</a><br />
62+
<span>Apple M1 Processor</span>
63+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-macos-3.0.27_aarch64">
64+
📦 Executable
65+
</a> |
66+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-macos-3.0.27_aarch64.dmg">
67+
💿 DMG bundle
68+
</a> |
69+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-macos-3.0.27_aarch64.app.zip">
70+
💿 APP bundle
71+
</a><br />
72+
<span>
73+
❓ Don't know what kind of chip you have? Learn more at <a href="https://support.apple.com/en-us/HT211814">apple.com</a>.
74+
</span>
75+
</td>
76+
</tr>
77+
<tr>
78+
<td>
79+
<img src="./.github/images/linux.png" width="24"><br />
80+
Linux
81+
</td>
82+
<td>
83+
<span>64-bit</span>
84+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-linux-3.0.27_amd64">
85+
📦 Executable
86+
</a> |
87+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-linux-3.0.27_amd64.AppImage">
88+
💿 AppImage bundle
89+
</a> |
90+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-linux-3.0.27_amd64.deb">
91+
💿 DEB bundle
92+
</a><br />
93+
<span>32-bit</span>
94+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-linux-3.0.27_i386">
95+
📦 Executable
96+
</a> |
97+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-linux-3.0.27_i386.AppImage">
98+
💿 AppImage bundle
99+
</a> |
100+
<a href="https://github.com/liudonghua123/scratch-app/releases/latest/download/scratch-app-linux-3.0.27_i386.deb">
101+
💿 DEB bundle
102+
</a>
103+
</td>
104+
</tr>
105+
</table>
106+
107+
<hr />
108+
109+
![Screenshot](./.github/images/preview.png)
110+
111+
## Does it work?
112+
113+
Yes! Quite well, actually - on macOS, Windows, and Linux.
114+
115+
## Credits
116+
117+
99% of the work was done over at [scratch-gui](https://github.com/scratchfoundation/scratch-gui).
118+
119+
## License
120+
121+
MIT License
122+
123+
Copyright (c) 2023 liudonghua

0 commit comments

Comments
 (0)
Please sign in to comment.