Skip to content

fireskyvvv/Haikara

Repository files navigation

Haikara

English
日本語

English

Haikara is an MVVM (Model-View-ViewModel) library designed for Unity's UI Toolkit.
It enables data binding by writing simple view code.
The goal is to eliminate the need to specify a DataSource in the UI Builder or write complex UI control logic.

The documentation is available here.

Installation

Install via UPM (Git URL)

Please add the following URL by following the Unity documentation.

https://github.com/fireskyvvv/Haikara.git#upm

You can also install it by directly editing Packages/manifest.json:

{
  "dependencies": {
    ...
    "com.katen.haikara": "https://github.com/fireskyvvv/Haikara.git#upm",
    ...
  }
}

Install via UnityPackage

Download the .unitypackage from the releases page and import it into the Unity Editor.

License

Haikara is released under the MIT License.

日本語

Haikaraは、UnityのUIToolKit向けに設計されたMVVM(Model-View-ViewModel)ライブラリです。
簡単なViewコードを記述することでデータバインディングを実現します。
UI BuilderでDataSourceを指定したり、複雑なUI制御ロジックを書かなくて済むようになることを目指します。

ドキュメントはこちらです。

導入方法

UPMでのインストール (Git URL)

Unityのドキュメントを参考に次のURLを追加してください

https://github.com/fireskyvvv/Haikara.git#upm

Packages/manifest.json を直接編集してインストールすることもできます。

{
  "dependencies": {
    ...
    "com.katen.haikara": "https://github.com/fireskyvvv/Haikara.git#upm",
    ...
  }
}

UnityPackageでのインストール

リリースページから.unitypackageをダウンロードし、UnityEditor上で展開してください

ライセンス

Haikaraは MIT Licenseで公開しています。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages