6 ms·
I would be interested to know whether a version of the TeX typesetting program could be implemented in WebGL or some appropriate tool. I have been seeing a lot
by mgualt 14y ago
I would be interested to know whether a version of the TeX typesetting program could be implemented in WebGL or some appropriate tool.
I have been seeing a lot more HTML5 demos with unusual placement of fonts and text. So it seems a no-brainer to port TeX to the browser (for many years this was considered impossible for some reason)
- ChuckMcM 14y agoMemory available to the browser was limited, sub-pixel rendering was impractical. There is a commercial product 'MathType' that uses TeX to render beautiful mathematics on web pages but I don't know if they have a WebGL version or not. If you read Don Knuth's book on TeX you can probably figure out how to make it run.
- mgualt 14y agoI will at least look at Knuth's book, though I doubt I will be able to make it work!