simple speed reading program
- Go 100%
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| model.go | ||
| README.md | ||
| sdl.go | ||
| tcell.go | ||
| tiles.go | ||
A simple speed reading program. Note that there is little scientific evidence of any actual usefulness and I'm not sure the way it encourages to not move the eyes is good for them. This program is hence just for fun and provided as an example of small but complete application using gruid.
Install with go get codeberg.org/anaseto/gospeedr. Use --help for options.
You may add --tags sdl to build an SDL version, instead of the terminal one.