I've just published on GitHub a wrapper for TI-SmartView's js emulators, which makes the emu much more usable for screen-recording purposes
Indeed, when you run the emulator inside a recent browser, it's running much, much faster than from within SmartView (because Java's Webview yield poor JS performance, apparently...)
Screenshot:
The files/source + readmes on how to set it up are there (there is a bit of setup since you'll need to provide TI's files like the emu(s) core etc.).
What's in it right now:
What's not in it right now:
So, while we wait for an actual community-made emulator that natively provides all kind of nice user+developer-oriented features, this is the next best thing, I guess
Feel free to report feedback, or even make pull requests
Credits:
- critor, for the hand pointer and key history ideas and initial implementations
- me, for the rest
- TI of course, for the emulators we build things around
(Also posted on TI-Planet and CodeWalrus)

Indeed, when you run the emulator inside a recent browser, it's running much, much faster than from within SmartView (because Java's Webview yield poor JS performance, apparently...)
Screenshot:

The files/source + readmes on how to set it up are there (there is a bit of setup since you'll need to provide TI's files like the emu(s) core etc.).
What's in it right now:
- Support of the TI-82A/83+/84+, 84+CSE, 84+CE/83PCE JavaScript emulators
- Key history
- Big hand pointer ("handy" for presentation purposes)
- Screen zooming
- Screenshot (.png export, auto-download)
- Video capture (webm creation, thanks to WebRTC, currently only working on Chrome)
What's not in it right now:
- File transfers
- Debugging support (I have ideas on how to do that, but it's not very practical, and would work on specific versions only, so that's not very good)
- Skin switching
So, while we wait for an actual community-made emulator that natively provides all kind of nice user+developer-oriented features, this is the next best thing, I guess

Feel free to report feedback, or even make pull requests

Credits:
- critor, for the hand pointer and key history ideas and initial implementations
- me, for the rest
- TI of course, for the emulators we build things around

(Also posted on TI-Planet and CodeWalrus)