Fork of GNUstep/Opal for Darling
Go to file
Andrew Hyatt 4fdbcaf767 Rename CGEventType.h to CGEventTypes.h
It is called the latter on macOS
2017-04-10 18:09:25 -07:00
Headers Rename CGEventType.h to CGEventTypes.h 2017-04-10 18:09:25 -07:00
Resources Opal: work in progress on color management. 2010-07-29 19:00:46 +00:00
Source * Source/OpalGraphics/CGContext.m: Protect against incorrect dash count. 2017-01-18 22:52:41 +00:00
Tests My final GNUstep commit. 2015-12-13 17:55:23 +00:00
ChangeLog * Source/OpalGraphics/CGContext.m: Protect against incorrect dash count. 2017-01-18 22:52:41 +00:00
CMakeLists.txt Install CoreGraphics.framework 2017-03-01 18:57:25 +03:00
COPYING Add opal to gnustep/libs/ 2010-01-04 23:28:16 +00:00
GNUmakefile added empty line 2011-12-17 02:03:27 +00:00
README Opal: update readme again 2010-08-14 08:32:05 +00:00
TODO Opal: fix typos 2010-08-14 07:29:49 +00:00

====
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