seagull
a 2D scene graph based on SVG with OpenGL backend
Goals & non-goals
Goals:
2D scene graph suitable for interactive rendering
minimal set of dependencies
Non-goals:
full SVG implementation
optimized for speed
Features
pythonic API modeled after SVG spec & semantic
SVG parsing and serialization
scale dependent polygonalization
analytical picking
sub-pixel strokes rendering enhancement through width and opacity correction
per-pixel gradients
two modes text rendering: raster by freetype2 for high quality AA at small sizes, vector otherwise
SVG spec
implemented:
shapes: path, rect, circle, ellipse, line, polyline, polygon, image
text: (excluding decoration, text on path)
structure: group, use (including attributes inheritance)
painting: solid color, linear and radial gradients (including units, transform, spread, href);
fill: rule (nonzero, evenodd)
stroke: cap (butt, round, square), join (miter, round, bevel), miterlimit
multi-pass rendering: clipping, masking, object opacity
transforms: translate, rotate, scale, skewX, skewY
eventually:
tspan
painting: pattern
stroke: dash, marker
filters
never:
DOM API
Dependencies
PyOpenGL 3.0.2+ OpenGL python bindings
Pillow 2+ Python Imaging Library (fork)
freetype2 font engine
GNU FreeFont Free UCS Outline Fonts
Optional dependencies
Needed to find fonts, fallbacks on FreeFont otherwise.
on the mac:
pyobjc-framework-CoreText wrappers for the framework CoreText on Mac OS X
Inspirations
Release files for seagull 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seagull-0.1.tar.gz | 34.0 kB | Details |
Release files / seagull-0.1.tar.gz
| Download URL | seagull-0.1.tar.gz |
|---|---|
| Size | 34.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5a01f8af0928f56b118da391454a97d7fd0fec08bc378db24adcde8e367a9277
|
|
BLAKE2b-256 checksum How to use checksums |
49e3bb7ead6a6ccd8669c3d95df203a4e16704047eeb7fb49fd59592ea56ff0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |