All Projects → k0dep → Bindingrx

k0dep / Bindingrx

Licence: mit
🔗Data binding components for Unity3d upm package

Projects that are alternatives of or similar to Bindingrx

Ffmpegout
Video capture plugin for Unity with FFmpeg.
Stars: ✭ 700 (+4017.65%)
Mutual labels:  unity3d
Slim.js
Fast & Robust Front-End Micro-framework based on modern standards
Stars: ✭ 789 (+4541.18%)
Mutual labels:  data-binding
Geneticsharp
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
Stars: ✭ 813 (+4682.35%)
Mutual labels:  unity3d
Kinobloom
Bloom effect for Unity
Stars: ✭ 704 (+4041.18%)
Mutual labels:  unity3d
Unite2017
Sample project for Game Architecture with Scriptable Objects from Unite Austin 2017
Stars: ✭ 762 (+4382.35%)
Mutual labels:  unity3d
Sanandreasunity
Open source reimplementation of GTA San Andreas game engine in Unity
Stars: ✭ 794 (+4570.59%)
Mutual labels:  unity3d
Softmaskforugui
UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.
Stars: ✭ 688 (+3947.06%)
Mutual labels:  unity3d
2d Spaceshooter
A very simple 2D space shooter game made with Unity
Stars: ✭ 6 (-64.71%)
Mutual labels:  unity3d
Com.unity.multiplayer.mlapi
A game networking framework built for the Unity Engine to abstract game networking concepts.
Stars: ✭ 781 (+4494.12%)
Mutual labels:  unity3d
Pcx
Point cloud importer & renderer for Unity
Stars: ✭ 806 (+4641.18%)
Mutual labels:  unity3d
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+4100%)
Mutual labels:  unity3d
Unity Quicksheet
Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
Stars: ✭ 742 (+4264.71%)
Mutual labels:  unity3d
Xlua
xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.
Stars: ✭ 7,224 (+42394.12%)
Mutual labels:  unity3d
Unitycodes
SpringGUI是对UGUI的拓展,提供十多种UI组件用于快速开发。
Stars: ✭ 701 (+4023.53%)
Mutual labels:  unity3d
Lasp
Low-latency Audio Signal Processing plugin for Unity
Stars: ✭ 816 (+4700%)
Mutual labels:  unity3d
Mybox
MyBox is a set of attributes, tools and extensions for Unity
Stars: ✭ 694 (+3982.35%)
Mutual labels:  unity3d
Fungus
An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
Stars: ✭ 786 (+4523.53%)
Mutual labels:  unity3d
Unity3d Class Type Reference
An example npm package that contains some example assets to demonstrate how to create a package for use in games made using the Unity game engine.
Stars: ✭ 16 (-5.88%)
Mutual labels:  unity3d
Utymap
Highly customizable library for procedural world generation based on real map data
Stars: ✭ 825 (+4752.94%)
Mutual labels:  unity3d
Loxodon Framework
An MVVM & Databinding framework that can use C# and Lua to develop games
Stars: ✭ 802 (+4617.65%)
Mutual labels:  unity3d

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

Code examples

Examples see in %Package%/Examples folder

Using

For start using this package add lines into ./Packages/manifest.json like next sample:

{
  "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 and UniRx dependencies in manifest

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].