Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MEyes/uMVVM
a simple unity mvvm framework
https://github.com/MEyes/uMVVM
mvvm-architecture unity
Last synced: 2 days ago
JSON representation
a simple unity mvvm framework
- Host: GitHub
- URL: https://github.com/MEyes/uMVVM
- Owner: MEyes
- License: mit
- Created: 2016-05-10T08:37:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T13:16:30.000Z (over 7 years ago)
- Last Synced: 2024-08-02T05:12:04.788Z (3 months ago)
- Topics: mvvm-architecture, unity
- Language: C#
- Homepage:
- Size: 7.38 MB
- Stars: 324
- Watchers: 16
- Forks: 104
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Game-Frameworks - uMVVM - A simple Unity MVVM framework (Frameworks)
README
**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 strategyThe wiki page link: http://www.cnblogs.com/OceanEyes/category/972425.html