mattak / Nodux

Node base redux inspired framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodux

Nodux is node base redux framework for Unity3D.

Status

Now developping. All interfaces might be changed.

Install

Fill your Packages/manifest.json

{
  "dependencies": {
    "me.mattak.nodux": "https://github.com/mattak/Nodux.git#0.0.2",
    "unirx": "https://github.com/k0dep/UniRx.git#6.2.2"
  }
}

UniRx does not publish official upm package now. If you are already using UniRx, there is no need to add UniRx package.

License

MIT

About

Node base redux inspired framework

License:Other


Languages

Language:C# 99.9%Language:Shell 0.1%