Ecosyste.ms: Awesome

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

https://github.com/kiepng/Unity-VariableTileLayout

UI components for tile layout like Pinterenst.
https://github.com/kiepng/Unity-VariableTileLayout

c-sharp pinterest-like ugui ui unity

Last synced: 3 months ago
JSON representation

UI components for tile layout like Pinterenst.

Lists

README

        

# Unity-VariableTileLayout
UI Components that can create a [Pintrest](https://www.pinterest.com/) style tile layout.

![screenshot01](https://github.com/kiepng/Unity-VariableTileLayout/blob/master/Documents/screenshot01.png)
![screenshot02](https://github.com/kiepng/Unity-VariableTileLayout/blob/master/Documents/screenshot02.png)

## Start Axis -> Horizontal
Shorten the graphic width to cellsize.x and determine the height of the cell according to the original ratio.
![screenshot03](https://github.com/kiepng/Unity-VariableTileLayout/blob/master/Documents/screenshot03.gif)

## Start Axis -> Vertical
Shorten the graphic height to cellsize.y and determine the width of the cell according to the original ratio.
![screenshot04](https://github.com/kiepng/Unity-VariableTileLayout/blob/master/Documents/screenshot04.gif)

## Environment
Unity 2018.2.8f1

## License
MIT