From 85ff261614e8c077a24bae866ecba9976b603fc7 Mon Sep 17 00:00:00 2001 From: Leonard Ritter Date: Tue, 8 Jul 2014 09:06:23 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4113a7d..6447166 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Blendish** is a small collection of drawing functions for NanoVG in a single C header file, designed to replicate the look of the Blender 2.5+ User Interface. You can use these functions to theme your UI library. Some metric constants for faithful reproduction are also included. +**Blendish** is a small collection of drawing functions for [NanoVG](https://github.com/memononen/nanovg) in a single C header file, designed to replicate the look of the Blender 2.5+ User Interface. You can use these functions to theme your UI library. Some metric constants for faithful reproduction are also included. To render correctly, Blendish needs both [icon sheet](https://svn.blender.org/svnroot/bf-blender/trunk/blender/release/datafiles/blender_icons16.png) and [font](https://svn.blender.org/svnroot/bf-blender/trunk/blender/release/datafiles/fonts/) from the Blender repository. See source code for more information.