All Projects → MEyes → Umvvm

MEyes / Umvvm

Licence: mit
a simple unity mvvm framework

Projects that are alternatives of or similar to Umvvm

Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-5.26%)
Mutual labels:  unity
Benchmarknet
Benchmark for testing the reliable UDP networking solutions
Stars: ✭ 206 (-1.44%)
Mutual labels:  unity
Punchkeyboard
Punchkeyboard is an open-source keyboard for virtual reality, enhanced with autocomplete and next word prediction functionality for a swift typing experience.
Stars: ✭ 208 (-0.48%)
Mutual labels:  unity
42 corrections
Corrections files of 42 School
Stars: ✭ 198 (-5.26%)
Mutual labels:  unity
Shinyeffectforugui
Shiny effect of uGUI, which does not need mask or normal map.
Stars: ✭ 204 (-2.39%)
Mutual labels:  unity
Warcraft Arena Unity
World of Warcraft client-server combat system implementation in Unity with Photon Bolt.
Stars: ✭ 206 (-1.44%)
Mutual labels:  unity
Unity.library.eppz.geometry
2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.
Stars: ✭ 198 (-5.26%)
Mutual labels:  unity
Klakhap
HAP video player plugin for Unity
Stars: ✭ 209 (+0%)
Mutual labels:  unity
Muip
Modern UI Pack for Unity engine.
Stars: ✭ 205 (-1.91%)
Mutual labels:  unity
Marching Cubes On The Gpu
A implementation of the marching cubes algorithm on the GPU in Unity.
Stars: ✭ 208 (-0.48%)
Mutual labels:  unity
Delight
Delight is an open source component-oriented framework for Unity.
Stars: ✭ 201 (-3.83%)
Mutual labels:  unity
Unitypackage Custom Hierarchy
Unity package to help having a clearer Hierarchy view, organizing everything in a “tree view” and including extra informations like Components Icons and groups/divisors.
Stars: ✭ 202 (-3.35%)
Mutual labels:  unity
Unity Portal Rendering
Super small example of using offscreen render targets to achieve a portal effect in Unity
Stars: ✭ 206 (-1.44%)
Mutual labels:  unity
Lomenui
Stylish UI package for Unity engine.
Stars: ✭ 199 (-4.78%)
Mutual labels:  unity
Universalshaderexamples
Sand box project containing example shaders and assets compatible with Unity Universal Render Pipeline.
Stars: ✭ 207 (-0.96%)
Mutual labels:  unity
Xuui
xLua的mvvm框架,支持ugui,ngui,fairyGUI。。。
Stars: ✭ 199 (-4.78%)
Mutual labels:  unity
Nice Lua
基于xlua的MVVM框架,支持Addressables, 统一渲染管线等Unity新特性
Stars: ✭ 207 (-0.96%)
Mutual labels:  unity
Unity Tweens
An extremely light weight, extendable and customisable tweening engine made for script-based animations for user-interfaces and world-spaces objects optimised for all platforms.
Stars: ✭ 208 (-0.48%)
Mutual labels:  unity
Vfxgraphtestbed
My testbed for Unity VFX Graph
Stars: ✭ 209 (+0%)
Mutual labels:  unity
Dialogue
Node based dialogue system
Stars: ✭ 207 (-0.96%)
Mutual labels:  unity

Architecting Application for Unity,the main content includes several parts:

  • 1).Designing view&viewmodel
  • 2).Using message mediator communication between viewmodels
  • 3).Setting up view&viewmodel lifecycle
  • 4).Using Reusable subview&subviewmodel components
  • 5).Sharing data between viewmodels
  • 6).Building singleton,transient & pool factory
  • 7).Using service locator & Repository pattern
  • 8).Async Thread work with croutine
  • 9).Building lightweight network layer
  • 10).Simple AOP implement
  • 11).using log strategy

The wiki page link: http://www.cnblogs.com/OceanEyes/category/972425.html

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].