Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattak/Nodux

Node base redux inspired framework
https://github.com/mattak/Nodux

unity

Last synced: about 2 months ago
JSON representation

Node base redux inspired framework

Awesome Lists containing this project

README

        

# 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](./LICENSE.md)