diff options
author | gregory guy <[email protected]> | 2020-10-02 12:42:44 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-10-05 13:50:52 +0200 |
commit | 8349a964c20f96504886ece0f2c8ba0c7489fff3 (patch) | |
tree | 465e998f662f5b54e93e31501ab38156664f75d1 /README | |
parent | 31363763ec32d7d1edd53b55d7321f001f031fe9 (diff) | |
download | libart-lgpl-8349a964c20f96504886ece0f2c8ba0c7489fff3.tar.gz libart-lgpl-8349a964c20f96504886ece0f2c8ba0c7489fff3.zip |
Libart-lgpl moved into a 'src' folder for consistency sake with the other
modules.
Add basic cmake build instructions.
Rework of the README file.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 28 insertions, 13 deletions
@@ -1,21 +1,15 @@ -This is the LGPL'd component of libart. All functions needed for -running the Gnome canvas, and for printing support, will be going in -here. The GPL'd component will be getting various enhanced functions -for specific applications. -Libart is free software. It is also for sale. For information about -licensing libart, please contact Raph Levien -<[email protected]>. Contributions to the codebase are also very welcome, -but the copyright must be assigned in writing to preserve the -licensing flexibility. + libart-lgpl - a 2D graphics library -For more information about libart, see the web page: +Libart-lgpl is a library of functions for 2D graphics supporting a +superset of the PostScript imaging model, designed to be integrated with +graphics, artwork and illustration programs. +It is written in optimized C and is fully compatible with C++. +With a small footprint of 10,000 lines of code, it is especially suitable +for embedded applications. - http://www.levien.com/libart/ -There's also a libart tutorial available at -http://www.gnome.org/~mathieu/libart/libart.html ====================================================================== @@ -31,3 +25,24 @@ above, as patch copyright has NOT been transferred to the original author and we have no plans to do so. ====================================================================== + + +For more information about libart, see the web page: + + http://www.levien.com/libart/ + +There's also a libart tutorial available at +http://www.gnome.org/~mathieu/libart/libart.html + + + +CONTRIBUTING +============== + +If you wish to contribute to libart-lgpl, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |