Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
bengolder committed Mar 7, 2012
1 parent 2f77b56 commit 8cc88b8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Expand Up @@ -15,7 +15,16 @@ Here's an [example](http://benjamingolder.com/static/files/dynamic_example.html)

## The Current State of this Software

_Fabruary 27th, 2012 ---_ I've now created some simple Dot and Polyline export
_March 7th, 2012 ---_ The export now supports arbitrary attributes, giving priority to ids and classes. I tested the attributes to see how well they
could handle unicode text, just to be sure it wasn't creating another little ascii unicode death trap.
I created a component for inputting css,
javascript, and wrapping everything in html. I'm still not sure how NURBS
curves should be handled, but for now it will default to approximating them
with polylines to an input tolerance (which seems to work pretty well for
illustration purposes). The whole thing runs pretty slow. It seemed to break
down when writing only about 884 moderately complex polylines.

_February 27th, 2012 ---_ I've now created some simple Dot and Polyline export
examples. They are a little slow, but they work fine.

_February 5th, 2012 ---_ I just made this repository for the project, and expect to
Expand All @@ -27,10 +36,10 @@ project, please 'watch' it here on Github.

* Point/Dot Export (Done!)
* Polylines Export (Done!)
* Viewport Projection (Done for points and polylines)
* Embedding arbitrary attributes
* Viewport Selection
* Curve Export
* Viewport Projection (Done!)
* Embedding arbitrary attributes (Done!)
* Viewport Selection (ok, soon)
* Curve Export (no beziers yet, but polyline approximation works)

## But why?

Expand Down

0 comments on commit 8cc88b8

Please sign in to comment.