https://github.com/softeq/texture-xamarin-ios
Binding of Texture iOS framework for Xamarin / .NET6 / MAUI
https://github.com/softeq/texture-xamarin-ios
csharp dotnet6 ios maui texture xamarin xamarin-ios xamarin-ios-binding
Last synced: about 1 year ago
JSON representation
Binding of Texture iOS framework for Xamarin / .NET6 / MAUI
- Host: GitHub
- URL: https://github.com/softeq/texture-xamarin-ios
- Owner: Softeq
- License: mit
- Created: 2018-10-17T10:06:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T15:23:29.000Z (over 3 years ago)
- Last Synced: 2025-04-14T03:41:23.318Z (about 1 year ago)
- Topics: csharp, dotnet6, ios, maui, texture, xamarin, xamarin-ios, xamarin-ios-binding
- Language: Objective-C
- Homepage: https://github.com/TextureGroup/Texture
- Size: 9.85 MB
- Stars: 9
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Texture for Xamarin.iOS

[](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=419&branchName=master) [](https://www.nuget.org/packages/AsyncDisplayKitBindings/)
A Xamarin.iOS binding library for [Texture](https://github.com/TextureGroup/Texture) library v2.5.
## About
This project is maintained by Softeq Development Corp.
We specialize in developing mobile applications using Xamarin and native technology stack.
## Installation
NuGet:
```
Install-Package AsyncDisplayKitBindings
```
## Usage
- Read the original [Getting Started](http://texturegroup.org/docs/getting-started.html) guide.
- [Original Samples](https://github.com/TextureGroup/Texture/tree/master/examples)
## License
Texture binding library for iOS is released under the MIT license. See [LICENSE](LICENSE) for details.
The original Texture project was created by Pinterest as a continuation, under a different name and [license](https://github.com/texturegroup/texture/blob/master/LICENSE) (Apache 2.0), of the [AsyncDisplayKit](https://github.com/facebookarchive/AsyncDisplayKit) codebase originally developed by Facebook.