-
Notifications
You must be signed in to change notification settings - Fork 0
Opal
Parent page: Graphics context
Gemstones |
---|
opal gemstone |
quartz gemstone |
##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
##See also
##External links