Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

πŸ”—Data binding components for Unity3d upm package

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