Chris00 / ocaml-cairo

Binding to Cairo, a 2D Vector Graphics Library.
GNU Lesser General Public License v3.0
54 stars 8 forks source link

Quartz module ? #6

Closed dbuenzli closed 4 years ago

dbuenzli commented 9 years ago

Is that supposed to be available on osx. It doesn't seem to be here.

> opam info cairo2 -fversion
0.4.6
dbuenzli commented 9 years ago

Since cairo only offers to operate from a core graphics context (a very reasonable decision) it may not be that useful at the moment as I don't know any other OCaml library that can offer such a handle at the moment. It's also possible to operate on an in-memory bitmap but that's not very useful.

However you may want to remove the mentions to unimplemented things from the library documentation.

Chris00 commented 9 years ago

The other concern — orally mentioned — has been addressed as well...