Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 988 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 988 Bytes

linc/nanovg

Haxe/hxcpp @:native bindings for nanovg. This library started as hx-nanovg by dazKind.

via nanovg README

NanoVG is small antialiased vector graphics rendering library for OpenGL. It has lean API modeled after HTML5 canvas API. It is aimed to be a practical and fun toolset for building scalable user interfaces and visualizations.


This is a linc library. This library works with the Haxe cpp target only.


Install

haxelib git linc_nanovg https://github.com/snowkit/linc_nanovg.git

Reporting errors

If you run into any issues compiling or using a function, please report it. Thanks!

Example usage

See test/snow/ for an example using snow.

Be sure to read the nanovg documentation https://github.com/memononen/nanovg