Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xerios/UniRxSimple
List of simple examples showing how you can use UniRx for Unity
https://github.com/Xerios/UniRxSimple
game-development unirx unity3d
Last synced: about 1 month ago
JSON representation
List of simple examples showing how you can use UniRx for Unity
- Host: GitHub
- URL: https://github.com/Xerios/UniRxSimple
- Owner: Xerios
- License: apache-2.0
- Created: 2016-06-04T15:06:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T10:05:06.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T05:20:28.866Z (5 months ago)
- Topics: game-development, unirx, unity3d
- Language: C#
- Homepage:
- Size: 759 KB
- Stars: 97
- Watchers: 19
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniRx Simple Examples for Game Development
List of examples showing how you can use UniRx for games in Unity3D.
# Preview
![Screenshot](/Img/screencap.gif?raw=true "Optional Title")
# Slides
http://slides.com/sammegidov/unirx
# Looking for a more complex example?
Check this simple endless game out:
https://github.com/Xerios/UniRxSimpleGameIt shows you how to properly structure your code and manage your memory using _CompositeDisposables_.
# Libraries
- UniRx : https://github.com/neuecc/UniRx
- LeanTween : https://github.com/dentedpixel/LeanTween
- Unity3D : http://unity3d.com/