lite源码阅读(一),简介

lite是什么很多人可能不是很清楚,其实,从linux内核的frame buffer驱动到directfb,到lite最后再到webkit其实这是一条线上的。

lite是什么,先看下来自directfb官网的介绍:

LiTE stands for LiTE is a Toolbox Engine. Its role is to facilitate the functions of DirectFB so that a toolkit could be written on top of DirectFB with less effort. As such LiTE has abstractions for the underlying graphics and event systems.


也就是说lite其实就是基于directfb的ui控件库。

本来我自己也打算写这么一套软件在特定的行业中使用的,当然,完全没有必要。

如果只分析lite也是没有意义的,其它源码分析会陆续推出。详细请看其他文章分类。



你可能感兴趣的:(UI,less,buffer,webkit,linux内核)