From 0bb035050fa4f7481324073447d6f2b943007df1 Mon Sep 17 00:00:00 2001 From: Hans-Joerg Schurr Date: Sat, 24 Apr 2021 23:36:24 +0200 Subject: [PATCH] Update README - Remove rasterizer mention, this is no longer in scope - Clarify goal --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a826c21..8a3eab5 100644 --- a/README.md +++ b/README.md @@ -14,23 +14,21 @@ The best way to create new icons is to use the tool that ships with Haiku. The library is written in modern standard C and MIT licensed. When -finished it will feature a parser and rasterizer without any dependencies -beyond *libc*. Furthermore, a toy tool to convert *hvif* files into *png* -files is included. +finished it will feature a parser and and serializer for hvif files +without any dependencies beyond *libc* and multiple simple backends. +Furthermore, a toy tool to convert *hvif* files into *png* files is +included. The author is not associated with the Haiku project. ## Current Status -The library is currently under heavy development. The current parser +The library is currently under active development. The current parser should be able to parse *hvif* files created with current Haiku builds, -but is mostly untested. There is no standalone rasterizer yet, but an -experimental rasterizer based on [cairo](https://www.cairographics.org/) -is included. The purpose of this rasterizer is testing. It is not feature -complete, but renders most real world icons reasonably well. - -The next step is the preparation of a testing infrastructure. This should -be done before work on the standalone rasterizer begins. +but is mostly untested. There is an experimental rasterizer based on +[cairo](https://www.cairographics.org/) is included. The purpose of this +rasterizer is testing. It is not feature complete, but renders most real +world icons reasonably well. ### Example