Boustrophedon
en.wikipedia.org
Boustrophedon
1–10 of 62 posts
Re: Boustrophedon
#2Re: Boustrophedon
#3Re: Boustrophedon
#4However, our project was to read a lot of information via the barcode (a paragraph of English text encoded as Code 39 or similar, can't remember the exact details), so it wouldn't fit on one line of paper. Lots of teams decided to implement complex heuristics to determine when to ignore readings when lifting the barcode reader off of the page and to scan the next line.
But we decided to use boustrophedon to generate the page with the barcodes on it so that we never had to lift the barcode scanner off of the page. You just had to scan left to right, then down one line, and then right to left.
Re: Boustrophedon
#5Re: Boustrophedon
#6However, I don't immediately see an advantage to flipping the letters across the vertical axis for each new line.
Re: Boustrophedon
#7I wonder how much text I would have to read like this before it felt natural?
Re: Boustrophedon
#8http://boustro.com/app
Re: Boustrophedon
#9I can see an advantage to having the beginning of the next line immediately beneath the end of the previous line -- it avoids a greater refocus adjustment distance to start new lines. This would greatly reduce mistakes where the nth or (n+2)th line is started by mistake instead of the (n+1)th. However, I don't immediately see an advantage to flipping the letters across the vertical axis for each new line.
Re: Boustrophedon
#10I can see an advantage to having the beginning of the next line immediately beneath the end of the previous line -- it avoids a greater refocus adjustment distance to start new lines. This would greatly reduce mistakes where the nth or (n+2)th line is started by mistake instead of the (n+1)th. However, I don't immediately see an advantage to flipping the letters across the vertical axis for each new line.