Skip to content
/ ilixi Public
forked from touchao123/ilixi

DirectFB based lightweight C++ UI toolkit for embedded Linux systems

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

91yuan/ilixi

 
 

Repository files navigation

What is ilixi?
==============
ilixi is an open-source lightweight GUI framework and it is 
designed with Linux based embedded devices in mind. ilixi 
uses DirectFB at its core in order to render all graphics 
content to a Linux framebuffer device. This eliminates the 
need for X server.

Build instructions
==================
This section briefly describes the steps for building ilixi only. 
For information on building dependencies please refer to ilixi 
web site (http://www.ilixi.org).

Once all dependencies are successfully installed on your system 
you can build and install ilixi as follows:

	./configure
	make
	make install

ilixi uses Doxygen for documentation. If your system has required software, 
you can generate an up-to-date html documentation as follows:

	./configure
	make doxygen-doc-html

License
=======
ilixi is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

About

DirectFB based lightweight C++ UI toolkit for embedded Linux systems

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.0%
  • C 2.4%
  • Other 1.6%