An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Texture for Xamarin.iOS

![Texture](https://github.com/texturegroup/texture/raw/master/docs/static/images/logo.png)

[![Build Status](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_apis/build/status/Texture%20iOS%20Library/Texture-dev?branchName=master)](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=419&branchName=master) [![NuGet Badge](https://buildstats.info/nuget/AsyncDisplayKitBindings)](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.