https://github.com/ohkanghoon/rxtexture
RxSwift wrapper for Texture
https://github.com/ohkanghoon/rxtexture
asyncdisplaykit ios reactive-extensions rxswift swift texture
Last synced: about 2 months ago
JSON representation
RxSwift wrapper for Texture
- Host: GitHub
- URL: https://github.com/ohkanghoon/rxtexture
- Owner: OhKanghoon
- License: mit
- Created: 2019-11-16T07:56:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T12:40:47.000Z (over 4 years ago)
- Last Synced: 2025-04-10T22:38:50.787Z (about 2 months ago)
- Topics: asyncdisplaykit, ios, reactive-extensions, rxswift, swift, texture
- Language: Swift
- Homepage:
- Size: 43.9 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxTexture

[](https://github.com/OhKanghoon/RxTexture/actions)
[](https://codecov.io/gh/OhKanghoon/RxTexture)
[](https://cocoapods.org/pods/RxTexture2)
[](https://cocoapods.org/pods/RxTexture2)
[](https://cocoapods.org/pods/RxTexture2)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Dependencies
- [RxSwift](https://github.com/ReactiveX/RxSwift)
- [RxCocoa](https://github.com/ReactiveX/RxSwift)
- [Texture](https://github.com/TextureGroup/Texture)## Installation
RxTexture is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'RxTexture2'
```## Development
```console
$ make project
$ open RxTexture.xcworkspace
```## Author
OhKanghoon, [email protected]
## License
RxTexture is available under the MIT license. See the [LICENSE](LICENSE) file for more info.