You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The desktop application is available for Windows/Mac/Linux and runs as a stand-alone executable that can be downloaded from the [Ardublockly repository releases page][4].
35
+
## インストール
36
+
デスクトップアプリケーションは Windows / Mac / Linux で利用でき、[Ardublockly repository releases page][4] からスタンドアロンの実行可能ファイルをダウンロードしてください。
37
+
38
+
生成されたArduinoコードのビルドとモジュールへのアップロードには、[Arduino IDE バージョン 1.6.x 以降][2]も必要です。
35
39
36
-
You will also need the [Arduino IDE version 1.6.x or higher][2].
If you prefer, the core software can be used by running only the Python server, which loads the web interface on your local browser (Chrome recommended).
50
+
#### "Core version" (Python サーバーのみ)
51
+
必要に応じて、ローカル ブラウザ (Chrome を推奨) に Web インターフェイスをロードする Python サーバーのみを実行して、コア ソフトウェアを使用することもできます。
48
52
49
-
Full installation instructions for this version can be found in [this Github repository Wiki][5].
A demo of the latest release of Ardublockly main interface can be found in the following two links (to load the code into an Arduino it requires the full Ardublockly application to be downloaded and run on your computer):
@@ -74,20 +82,20 @@ A demo of the latest release of Ardublockly main interface can be found in the f
74
82
![WebApp screenshot][web_screenshot_classic]
75
83
76
84
77
-
## Documentation
78
-
The documentation, including installation instructions, configuration instructions, and developer information can be found in the [Ardublockly GitHub repository Wiki][7].
This project has been inspired by [BlocklyDuino][16].
95
+
## クレジット
96
+
このプロジェクトは [BlocklyDuino][16] からインスピレーションを受けています。
89
97
90
-
Blockly original source is Copyright of Google Inc. [https://developers.google.com/blockly/][1]. A list of changes to the Blockly fork can be found in the [Blockly subdirectory README][17]file.
98
+
Blockly のオリジナル ソースは Google Inc. の著作権です [https://developers.google.com/blockly/][1]。 Blockly フォークへの変更のリストは、[Blockly subdirectory README][17]にあります。
0 commit comments