7 ms·
Is this using canvas graphics? I don't think I've ever seen that before for a modern web app. Reminds me of the Mac OS 9 in the browser demo. Can we get SnapCod
by csmeyer 3y ago
Is this using canvas graphics? I don't think I've ever seen that before for a modern web app. Reminds me of the Mac OS 9 in the browser demo. Can we get SnapCode running in there?
https://infinitemac.org/2000/Mac%20OS%209.0.4 https://infinitemac.org/2000/Mac%20OS%209.0.4
- jeffreportmill1 3y agoYes, every window is a canvas. All painting is done with an adapter so it uses DOM painting in the browser and Java Swing Graphics2D painting on the desktop. It's pretty much pixel perfect identical though.