nanovg icon indicating copy to clipboard operation
nanovg copied to clipboard

Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.

Results 131 nanovg issues
Sort by recently updated
recently updated
newest added
trafficstars

I have tried to replicate exact HTML5 examples and cannot get the composite operations to work. Essentialy I'm trying to mask a Rect with a Circle, the NVG_ATOP composite operation...

Why not add a clipping function for paths or by drawing pixels? For example, if you draw a picture, you can use it as a Mask, and crop any pixels...

Hi, first great library, thank you for it, I have an issue with artifacts while rendering, doesn't happen on Windows the other platform i've tested, only on the raspberry pi3B,...

Sorry for noob question, I'm really inexperienced. Was hoping there was a way to scale the coordinate plane so I could give the appearance of perspective (am trying to replicate...

New command nvgCurveTo to create Catmull-Rom splines. C-R splines are sometimes easier to use that beziers because they don't require you to supply control points. Added a "curveResolution" property to...

When a hole touches or exceeds the edge of its parent shape, there is a 1 pixel fringe drawn around it. Appears to be related to anti-aliasing, as this effect...

I love you guys works. The library is exactly what I need. Here is few requirements. Is there a way to draw a dash line?

[WGPU](https://github.com/gfx-rs/wgpu) is a simple graphics API like OpenGL written for C (in rust). Compared to OpenGL it has a cleaner design, more modern like vuklan and similar, and more efficeient,

Needed to update stb dependencies as SSE2 was undetected with gcc on x64. A newer version fixed this.