Skip to content

Commit 3b963c3

Browse files
committed
updated README
1 parent 9fbed75 commit 3b963c3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ Layout your views without Auto Layout constraints, in a much more swifty way.
7676
Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable.
7777
[PinLayout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/PinLayout/FeedItemPinLayoutView.swift)
7878

79+
* [**Texture**](https://github.com/TextureGroup/Texture)
80+
Optimize your app by making user interfaces thread safe, which means that you will be able to shift all expensive views into background threads.
81+
[Texture benchmark's source code](https://github.com/wsu-nyt/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/FeedItemTextureNode.swift)
82+
7983
* **UIStackViews**
8084
Apple's UIStackViews.
8185
[UIStackViews benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/UIStackView/FeedItemUIStackView.swift)
@@ -98,6 +102,7 @@ Here are the benchmark rendering results to compare visual results:
98102
* [Manual layout rendering result](docs_markdown/benchmark_result_ManualLayout.png)
99103
* [NKFrameLayoutKit rendering result](docs_markdown/benchmark_result_NKFrameLayoutKit.png)
100104
* [PinLayout rendering result](docs_markdown/benchmark_result_PinLayout.png)
105+
* [Texture rendering result](docs_markdown/benchmark_result_Texture.png)
101106

102107
:pushpin: Some work would be required to adjust the layout so that they all match perfectly.
103108

950 KB
Loading

0 commit comments

Comments
 (0)