Skip to content

snowkit/linc_nanovg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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