The sample code is in a file with special comments at the end of each line specifying which slide numbers it should be revealed on as well as inline commentary to show to the right of the line. Syntax highlighting is provided by Pygments.
I was thinking about open sourcing it, it's actually only approx 200 lines of Python but I think it's quite effective.
I was just thinking that syntax highlighting plus line colors should be fairly easy to do, and doesn't justify paying for such a service. I would be interested to see your solution if you do decide to open source it, especially as you say it is simple - I like elegance :)
How easy (or not) would it be to embed one of these in a markdown file (e.g., README.md)? Seems to me that might be a significantly better way to do code examples for a given repo.
https://speakerdeck.com/mmcloughlin/better-x86-assembly-gene...
The sample code is in a file with special comments at the end of each line specifying which slide numbers it should be revealed on as well as inline commentary to show to the right of the line. Syntax highlighting is provided by Pygments.
I was thinking about open sourcing it, it's actually only approx 200 lines of Python but I think it's quite effective.