Skip to content

**** ****

for my bad memories..

Posts Tagged ‘cairo’

[태그:] cairo

홈페이지: http://www.freedesktop.org/wiki/Software/glitz glitz 라이브러리를 이용하면 opengl 하드웨어 가속 그래픽을 지원하여, 현대적인 3D 디스플레이 하드웨어의 능력을 이용할 수 있다. cairo에서 glitz 백 엔드를 지원하므로, 더욱 빠른 처리를 할 수 있다. Glitz is a software library for 2D graphics which provides hardware acceleration using OpenGL, an API for 3D graphics. 다운로드: 0.5.6

[태그:] cairo

홈페이지: http://people.freedesktop.org/~robsta/libccss/ CCSS offers a simple API to – Parse CSS stylesheets. – Query for style configurations on a user-provided document representation. – Draw query results onto cairo surfaces. 다운로드: 0.5.0

[태그:] cairo

홈페이지: http://www.clutter-project.org/sources/clutter-cairo/ An experimental clutter cairo ‘drawable’ actor. Sucks a bit as renders cairo via an image surface and thus no real cairo rendering acceleration. Experiments with glitz and sharing GL contexts for such acceleration proved problematic. Needs more investigation. 다운로드: 0.8.2

[태그:] cairo

홈페이지: http://librsvg.sourceforge.net/ 벡터 그래픽 포맷 SVG를 취급하는 라이브러리. In simple terms, librsvg is a component used within software applications to enable support for SVG-format scalable graphics. In contrast to raster formats, scalable vector graphics provide users and artists a way to create, view, and provide imagery that is not limited to the pixel or dot […]

[태그:] cairo

아래의 코드들은 wxWidgets와의 조합이며, wxEVT_PAINT 이벤트내에서 작성하면 될것이다. MinGW로 테스트 되었다. 아래의 코드는 cairo의 경우이다. 아래의 코드는 cairomm의 경우이다.

[태그:] cairo

cairo라는 오픈소스 백터 그래픽 라이브러리가 있다. http://www.cairographics.org/ wxCairo는 cairo를 wxWidgets의 프레임에 붙여서 사용할수 있는 예제를 제공하는 프로젝트이다. 라이브러리가 아니라 예제를 제공한다. 즉 간단히 말하자면 dc 를 얻어와 맵핑시켜준후 사용할 수 있는 예제를 제공한다. 다운로드는 svn에서. 아래는 제공하는 예제를 mingw에서 컴파일해본 화면이다. cairo를 이용한 고품질의 그래프 위젯을 생각해볼만도 하다. python용으로 개발된 Cairo Plot 이라는 프로젝트가 있는데.. […]

[태그:] cairo

홈페이지: http://cairographics.org/ 크로스 플랫폼 오픈 소스 벡터 그래픽 라이브러리 Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL (through glitz), XCB, BeOS, OS/2, and DirectFB. Cairo is designed to […]