From 4d0133dc7beeb69f9d6da0f4713c39d5aa46220c Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Wed, 6 Feb 2013 02:57:45 +0000 Subject: [PATCH] Update README to point to the wiki --- README.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index b343f22..40ae0c1 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,10 @@ +This project is now hosted on GitHub, so your best bet for documentation is +the wiki. You'll find it here: + +https://github.com/marcan/openlase/wiki + +Old README contents: + No documentation for now, sorry! But there are a few examples. You'll want to read the blog post here: @@ -12,8 +19,6 @@ TODO/bugs: - Color interpolation. Right now it just switches colors on vertices. - RGB support. The basics are there in libol, but I'm sure I'm missing stuff since I currently can't test it. -- Figure out a tracing algorithm that isn't so hacky. Something with proper edge - detection. - Unify genfont.py and svg2ild.py. Right now genfont is a horrible cut-and-paste-and-hack of svg2ild. - Better integrate SVGs with libol, and/or deduplicate code. Currently svg2ild