X-Plane用のプラグイン開発に使える「FlyWithLua」を色んな使い方を見ることができる。
- 連続 – ボタンを押している間、動作し続ける – FlyWithLua
- 色の設定 – FlyWithLua
- 自作の関数を作成して使用する – FlyWithLua
- 自作 色んなビューの選択をするプラグイン – FlyWithLua
- 自作 全てのカメラ移動コマンドをまとめてみた – FlyWithLua
- 自作 ビューメニューの変更(外側)画像ボタンを for文で作成 – FlyWithLua
- 自作 X-Cameraのビュー設定を表示 – FlyWithLua
- 自作 Quick Look View 画像ボタンの作成 – FlyWithLua
- 自作 FlyWithLuaによるプラグイン保管庫
- 自作 Airport Navigatorプラグインのコントロールボタン – FlyWithLua
- 繰り返しループ処理 – FlyWithLua
- 編集ボタンから別ウインドウを開いて編集保存する – FlyWithLua
- 点滅 datarefのtimeを使って -FlyWithLua
- 時間の遅延設定os.clock()が使える – FlyWithLua
- 文字列変換 string.format – FlyWithLua
- 文字列の数(長さ)を取得する – FlyWithLua
- 数値の丸め方、切り捨て、切り上げmath.floor()関数 – FlyWithLua
- 形を描画する – FlyWithLua
- 入力ボックスを作成する-ondraw – FlyWithLua
- メニューからウインドウを開いたり閉じたり – FlyWithLua
- マウスホイール RESUME_MOUSE_WHEEL関数 – FlyWithLua
- マウスのクリックアクション設定 – FlyWithLua
- ボタンだけで色をON/OFFと変化させる – FlyWithLua
- ボタンからimguiウインドウを開く – FlyWithLua
- ボタンCOLORの一覧 – FlyWithLua
- フローティングウインドウ – FlyWithLua
- ファイルの書き出しから読み込みまで – FlyWithLua
- テキスト表示の基本 – FlyWithLua
- テキストファイルの書き込みと読み込みとSETボタンとSAVEボタンの作成 – FlyWithLua
- テキストの作成 – 日本語が使えないimgui_builder – FlyWithLua
- テキスト(数値)のフォーマット – FlyWithLua
- スペースクリックでアクション-ondraw – FlyWithLua
- ズームプログラム – FlyWithLua
- ジョイスティックの設定を機体別に保存する – FlyWithLua
- クリック優先 RESUME_MOUSE_CLICK関数 – FlyWithLua
- カスタムコマンドの作成 – FlyWithLua
- ウインドウの色々な設定項目 – FlyWithLua
- インプットボックスによる画像変更とコマンド処理 – FlyWithLua
- インプットの作成 float_wnd_set_imgui_builder() – FlyWithLua
- XPLMNavigation – FlyWithLua
- X-Planeの画面に直接テキストを描画する – FlyWithLua
- while、repeat文の使い方 – FlyWithLua
- VERT SPEEDの7セグメント – FlyWithLua
- string.sub(str, i, j) 指定の文字列を取り出す – FlyWithLua
- set_imgui_builder()とset_ondrow()を同じウインドウで使う – FlyWithLua
- ondrawで作成したテキストを左上起点にする – FlyWithLua
- Luaの「print」をFlyWithLuaで使う場合の変換方法
- io.open 保存したテキストファイルを読み込む – FlyWithLua
- immguiボタンの作成 – FlyWithLua
- imgui 日本語が使えるテキストの作成 – FlyWithLua
- imgui リストボックスの作成 – FlyWithLua
- imgui ラジオボタンの作成 – FlyWithLua
- imgui プロット(値のグラフ)の作成 – FlyWithLua
- imgui フォントの作成 – FlyWithLua
- imgui ドローイングの作成 – FlyWithLua
- imgui ドラッグコントロールの作成 – FlyWithLua
- imgui テキストを中心に表示 – FlyWithLua
- imgui テキストをファイルに書き込む – FlyWithLua
- imgui テーブルの作成- FlyWithLua
- imgui ツリーノードの作成 – FlyWithLua
- imgui チャイルドウインドウの作成 – FlyWithLua
- imgui チャイルドウインドウ – FlyWithLua
- imgui チェックボックスの作成 – FlyWithLua
- imgui スライダーの作成 – FlyWithLua
- imgui コンボボックスの作成 – FlyWithLua
- imgui コラムの作成 – FlyWithLua
- imgui イメージ(画像)の作成 – FlyWithLua
- imgui Misc(寄せ集め)の作成 – FlyWithLua
- imgui floating windowの種類 – FlyWithLua
- imgui 2つのウインドウでデータを渡す – FlyWithLua
- if文の書き方- FlyWithLua
- GPXファイル – FlyWithLua
- for文で連続作成したアイテムを縦横並べる – FlyWithLua
- for do文の色んなパターン – FlyWithLua
- FlyWuithLuaにおいてlocalの使い方で問題がある
- FlyWithLuaのちょいメモ
- FlyWithLuaに関するページ一覧
- float_wnd_set_ondraw() 原点の考え方 – FlyWithLua
- float_wnd_set_ondraw コマンド – FlyWithLua
- draw_stringで複数行のテキストを表示 – FlyWithLua
- ALTITUDEの画像数値による7セグメント表示
- 7セグメント表示を画像で作成- FlyWithLua
- 2つ目のウインドウをimguiボタンで開く – FlyWithLua