Thank you for a good example!
I finished a very basic example of drawing current progress on page turns. It now recognizes forward/backward page turns and corrects the current location properly. I will upload it here soon (see new post down below).
Then I’ll try to optimize all calculations (and it looks like I can do everything in awk, the only thing I can’t do right now is rounding floats to integers, so it is just taking integer parts via int() for now. I found an example function round.awk on the official AWK user guide website, but couldn’t include it into the awk line just yet).
Last edited by mergen3107; 02-11-2020 at 02:32 AM.
|