-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snapshot #1
Comments
pic 1: GLFW +SKIA (Native Windows / No WinForm/ No System.Drawing)
(1) load img with managed loader(https://github.com/PaintLab/ImgCodec), render to GL canvas |
|
Angle's GLES2 (https://github.com/google/angle) |
Test Application : Color Blender(ported from ColorBlender, https://github.com/wieslawsoltes/ColorBlender) Glyphs generated by our Typography lib(https://github.com/LayoutFarm/Typography) pic 1: GLES2 canvas, lcd-effect-stecil-based texture glyph Zoom on the text. pic 2: show lcd-effect-stencil-based texture With TrueType Hinting + SubPixelRendering + Lcd Effect (left) GLES2 on Angle (Hardware rendering) vs (right) GLES2 on Google's Swift Shader (Software-based GLES2 impl) pic 3: (left) Angle vs (right) ShiftShader |
Ghostscript's Tiger.svg(https://commons.wikimedia.org/wiki/File:Ghostscript_Tiger.svg) pic 1: PixelFarm's Agg (1) vs Chrome (2) pic 2: Agg's result, bitmap zoom-in to see fine details |
2. GDI+
3. PixelFarm's GLES2 + AA shader
4. SkiaSharp Memory Backend
5. SkiaSharp GLES Backend
The text was updated successfully, but these errors were encountered: