Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattak/Nodux
- Owner: mattak
- License: other
- Created: 2019-09-22T04:54:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T16:44:07.000Z (over 4 years ago)
- Last Synced: 2024-08-02T13:21:35.138Z (5 months ago)
- Topics: unity
- Language: C#
- Size: 916 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)