Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k0dep/BindingRx
πData binding components for Unity3d upm package
https://github.com/k0dep/BindingRx
binding-for-csharp data-binding mvvm-databing originer unity3d unity3d-npm-package upm-package
Last synced: 3 months ago
JSON representation
πData binding components for Unity3d upm package
- Host: GitHub
- URL: https://github.com/k0dep/BindingRx
- Owner: k0dep
- License: mit
- Created: 2019-03-09T15:56:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T00:06:52.000Z (almost 5 years ago)
- Last Synced: 2024-04-24T16:42:16.683Z (7 months ago)
- Topics: binding-for-csharp, data-binding, mvvm-databing, originer, unity3d, unity3d-npm-package, upm-package
- Language: C#
- Homepage:
- Size: 856 KB
- Stars: 26
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BindingRx π
Package for unity3d which allow make binding linke in MVVM pattern.## Features
* One way, two way property/field binding
* Simple configuration
* Zero-code using
* List binging## Showcase
![Mono binding showcase](Docs/MonoPropertyBindingShowCase.gif)## Code examples
Examples see in `%Package%/Examples` folder## Using
For start using this package add lines into `./Packages/manifest.json` like next sample:
```json
{
"dependencies": {
"bindingrx": "https://github.com/k0dep/bindingrx.git#1.0.0"
}
}
```
Instead `#1.0.0` paste version what you need.> **Warning!** For unity 2018.3, After include dependency in manifest,
> you must manual add [TypeInspector](https://github.com/k0dep/type-inspector) and [UniRx](https://github.com/k0dep/UniRx) dependencies in manifest