App:Library:Squareline:docs:introduction:overview

提供: robot-jp wiki
ナビゲーションに移動検索に移動

What is SquareLine Studio?

原文
SquareLine Studio is specially developed for designers so as to implement their plans in the most efficient way and to take the most off the programmers' shoulders.

SquareLine Studio uses the fully open source LVGL UI library which makes it possible to control the whole project because there is no Lib file generated code set.

Meanwhile, it gives great performance on low performance devices.

SquareLine Studio は、デザイナーの計画を最も効率的な方法で実装し、プログラマーの負担を最大限に軽減するために、デザイナー向けに特別に開発されました。

SquareLine Studio は完全にオープン ソースの LVGL UI ライブラリを使用しており、Lib ファイルで生成されたコード セットがないため、プロジェクト全体を制御できます。

一方、低パフォーマンスのデバイスでは優れたパフォーマンスを発揮します。


C++ and MicroPython Support

原文
SquareLine Studio supports exporting C and MicroPyton source code.

If you don't need the low level C programming, you can create your project in the simplyfied version of the well-known and commonly used Python scripting language, MicroPython.

The advantage of MicroPython compared to C programming is that it can process commands in real time.

For instance if we would like to add a button to the screen of a project running on a device, we should send the Add button command to the system so as to make the button appear immediately on the device.

SquareLine Studio は、C および MicroPyton ソース コードのエクスポートをサポートしています。

  低レベルの C プログラミングが必要ない場合は、有名で一般的に使用されている Python スクリプト言語である MicroPython の単純化されたバージョンでプロジェクトを作成できます。

  C プログラミングと比較した MicroPython の利点は、リアルタイムでコマンドを処理できることです。

  たとえば、デバイスで実行中のプロジェクトの画面にボタンを追加したい場合、システムにボタンの追加コマンドを送信して、ボタンがデバイスにすぐに表示されるようにする必要があります。




戻る : Previous