I first saw MathBox when Steven presented it at a WeBWorK code camp in Vancouver BC in 2013. Coincidentally, while attending that same code camp I learned about
MathBook XML, and I have been involved with that project in recent years. MathBook XML allows you to write a textbook in XML source. And then it creates synchronized print, HTML, and EPUB output.
I'd like to explore the possibility of using MathBox in a MathBook XML document. I have two immediate questions.
- Is there a reasonably easy way to make static images from something built in MathBox? For example a .png that captures the initial state of the MathBox image? We would need this for synchronizing interactive images in HTML with static versions in print and EPUB. And we'd need to do it in batches.
- Is MathBox taxing on client processors? If an HTML textbook had a page with say 10 MathBox images, would the javascript processing be intense? For the most immediate project I am considering, all the graphs would be 3D images like in a calculus textbook. For starters, I'm just considering plots that you could rotate, not images that animate over time.
Thank you to any and all int he forum who can offer me information.