mirror of
https://github.com/darlinghq/darling-coregraphics.git
synced 2024-11-23 04:09:42 +00:00
Fork of GNUstep/Opal for Darling
4fdbcaf767
It is called the latter on macOS |
||
---|---|---|
Headers | ||
Resources | ||
Source | ||
Tests | ||
ChangeLog | ||
CMakeLists.txt | ||
COPYING | ||
GNUmakefile | ||
README | ||
TODO |
==== Opal ==== What is Opal? ------------- Opal is a vector drawing library with an API similar to Quartz 2D <http://www.cocoadev.com/index.pl?CoreGraphics>. Opal is built on top of Cairo <http://www.cairographics.org>. Opal is also a gemstone consisting of amorphous hydrated silicon dioxide (SiO2 · nH2O) which is sometimes included in the quartz group of minerals. There is a homepage (which may not be updated too frequently) at <http://goliat.eik.bme.hu/~balaton/gnustep/opal> The sources are available from the GNUstep repository at <svn://svn.gna.org/svn/gnustep/libs/opal/trunk> *** Warning! *** This version is not yet suitable for general use. It may be interesting for developers only, contributions are much welcome! For more information see the TODO file. Developers ---------- - Eric Wasylishen <ewasylishen@gmail.com> - BALATON Zoltan <balaton@eik.bme.hu> Requirements ------------ - GNUstep base - cairo - libjpeg - libpng - libtiff - lcms (version 1) and on non-Windows platforms: - freetype - fontconfig Build and install with: make sudo -E make install or 'make install' on Windows, in the GNUstep MinGW environment available here: http://gnustep.org/experience/Windows.html