https://github.com/lxsmnsyc/rxlua
Reactive Extensions for Lua
https://github.com/lxsmnsyc/rxlua
observable observer observer-pattern reactive reactive-extensions reactive-programming reactivex rx
Last synced: 2 months ago
JSON representation
Reactive Extensions for Lua
- Host: GitHub
- URL: https://github.com/lxsmnsyc/rxlua
- Owner: lxsmnsyc
- License: mit
- Created: 2019-02-06T09:41:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T04:57:39.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T22:36:07.769Z (4 months ago)
- Topics: observable, observer, observer-pattern, reactive, reactive-extensions, reactive-programming, reactivex, rx
- Language: Lua
- Size: 942 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxLua
!!!PROJECT IS ON HIATUS!!!
Reactive Extensions for Lua



## DocumentationThe online documentation is available here: https://lxsmnsyc.github.io/rxlua
You can create your own offline documentation, kindly refer to https://github.com/lxsmnsyc/rxluadocs/
## Tests
Although there are no test codes, ```/example/``` provides all implementations for each operators. You can run the example files individually.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details