Cinder icon indicating copy to clipboard operation
Cinder copied to clipboard

Cairo Update

Open ryanbartley opened this issue 9 years ago • 2 comments

  • Cleaned up original pr - #1608
  • build scripts for windows and *nix variant
  • added test
  • added readme
  • added cmake block
  • updated cinderblock

ryanbartley avatar Nov 01 '16 05:11 ryanbartley

+1

This seems very useful for cinder's 2D rendering abilities. Is there a reason why it hasnt been merged in yet?

felixfaire avatar Sep 23 '19 11:09 felixfaire

Not sure about on windows, but when I used cairo on Ubuntu it was very straightfoward to install it with apt-get and cmake package-control. On posix, I'd recommend using OS packaging systems rather than maintaining custom build scripts.

Although the CairoConfig.cmake / cinderblock additions seem valuable, since they will make it staightfoward to add cinder's cairo wrapper to cmake based projects.

richardeakin avatar Sep 23 '19 15:09 richardeakin