Tencent / LKImageKit

A high-performance image framework, including a series of capabilities such as image views, image downloader, memory caches, disk caches, image decoders and image processors.
Other
2.08k stars 287 forks source link

缺少一份文档 #13

Open S209 opened 6 years ago

S209 commented 6 years ago

没有文档,单纯看代码,走断点有点吃不消,不能完全看懂这份代码。

kelingjie1 commented 6 years ago

代码的参数大部分都有注释。架构上可以看我在知乎上的相关文章。文档后面可能会计划加上,但是短时间内肯定是没有了,一时半会没法抽出较多的时间来完善文档。

kelingjie1 commented 6 years ago

如果有人有兴趣帮忙一起编写一份,我也是非常乐意的。

samking314 commented 6 years ago

你要什么样的帮助?

yangyu2010 commented 6 years ago

@kelingjie1 知乎地址能贴出来吧?

kelingjie1 commented 6 years ago

https://zhuanlan.zhihu.com/p/26955368 It's a simple article without further improvement. 这篇文章讲的还是比较粗浅,而且不少后续的技术改进并没有加入进去。

Plan: 1、Optimization 2、More examples 3、Documents including interface, technology, architecture etc.

samking314 commented 6 years ago

@kelingjie1 有英文版吗?我问,因为一些不会说汉语的人可以帮忙

xuzhaocheng commented 5 years ago

http://www.buzybeaver.com/ios/2018/07/17/LKImageKit/ 自己写的一部分关于架构解读,有兴趣的可以看看。有理解错的地方欢迎指出。 @S209 @kelingjie1