Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in README |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ad7f0d0a8d4013af53194cf9e718fef4 |
User & Date: | base@atomicules.co.uk 2014-03-06 22:26:06 |
Context
2015-01-03
| ||
20:17 | Add command line wrapper for joycog.joy check-in: 6c38f09355 user: base@atomicules.co.uk tags: origin/master, trunk | |
2014-03-06
| ||
22:26 | Fix typo in README check-in: ad7f0d0a8d user: base@atomicules.co.uk tags: origin/master, trunk | |
22:23 | Merge branch 'master' of github.com:atomicules/JoyCog check-in: 033ba819ad user: base@atomicules.co.uk tags: origin/master, trunk | |
Changes
Changes to README.markdown.
︙ | ︙ | |||
8 9 10 11 12 13 14 | I decided to do this as I was intrigued about what the theoretical progression of gears should be on my bike (you could never shift like this in practice). There is more overlap than I thought. One possible extension I could do is to discount the ratios at the extremes of chain angle, e.g. biggest front geat and biggest rear sprocket. But wrapping my head around Joy has been hard, so I'll not do that too soon. ##Installing / Using 1. Get and compile Joy from [Kevin Albrecht's mirror](http://www.kevinalbrecht.com/code/joy-mirror/index.html) (I went with "current joy.tar.gz") | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 | I decided to do this as I was intrigued about what the theoretical progression of gears should be on my bike (you could never shift like this in practice). There is more overlap than I thought. One possible extension I could do is to discount the ratios at the extremes of chain angle, e.g. biggest front geat and biggest rear sprocket. But wrapping my head around Joy has been hard, so I'll not do that too soon. ##Installing / Using 1. Get and compile Joy from [Kevin Albrecht's mirror](http://www.kevinalbrecht.com/code/joy-mirror/index.html) (I went with "current joy.tar.gz") 2. Start and interactive Joy session, e.g: `./joy` 3. Import like so: `/path/to/joycog.joy include.` ##Todo - See if I can figure out making it a command line programme. |