Back to Silas S. Brown's home page

Typescript player for HTML5

(This is about Unix typescript, not the more recent programming language called TypeScript)

I wrote this to make an in-browser demonstration of Primer Pooler. It uses code from DOStoy to display a typescript in an HTML5 canvas.

Advantages:

Disadvantages:

Download: script2canvas.py (License: MIT)

Usage:

  1. On a GNU/Linux terminal, do script -t log2 2>log1 and record as appropriate
  2. Do python script2canvas.py >demo.js
  3. Optionally edit the resulting demo.js file if you want to 'airbrush' your mistakes
  4. In your HTML, put:
    <span id="DOStoyPlace"></span><script src="demo.js"></script>
  5. Test

Copyright and Trademarks: All material © Silas S. Brown unless otherwise stated.
Javascript is a trademark of Oracle Corporation in the US.
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.
Unix is a trademark of The Open Group.
Any other trademarks I mentioned without realising are trademarks of their respective holders.