blog.leafsr.com
Comparing ASM.js and NaCl | Leaf Security Research
https://blog.leafsr.com/2013/06/03/comparing-asm-js-and-nacl
Comparing ASM.js and NaCl. OK so I am a few months late to the ASM.js / Native Client (NaCl) debate. Thats OK because most of what has been said so far that compares them is terrible. If you’re unfamiliar with either technology then please see this. First or this post won’t make much sense. The two competing technologies have a similar goal: to bring native code to the web. But they both approach solving this problem in very different ways. Whats the problem with the web in its current form? Times before...
drawlogic.com
*drawlogic » webgl - web, mobile, game + interactive development » webgl » webgl
http://drawlogic.com/tag/webgl
Posts Tagged ‘webgl’. Unity 5, WebGL and the Plugin-pocalypse. Tuesday, March 18th, 2014. Well it has happened, Unity announced WebGL exporting. This was a much needed announcement and our flash man on the inside, UnitZeroOne / Ralph Hauwert of good ol’ Papervision days, helped make it so. Thanks Ralph and Unity team! This feature is in Unity 5 as a preview just announced but with the impending plugin-pocapyse. I am sure it is a major focus at Unity to get to production stage. There are tons of other gre...
mozakai.blogspot.com
azakai: June 2013
http://mozakai.blogspot.com/2013_06_01_archive.html
Alon Zakai Emscripten, etc. Thursday, June 20, 2013. What asm.js is and what asm.js isn't. This is going to be a bit long, so tl;dr. Asmjs is a formalization of a pattern of JavaScript that has been developing in a natural way over years. It isn't a new VM or a new JIT or anything like that. Is a subset of JavaScript. Defined with the goal of being easily optimizable. And used primarily as a compiler target. With Google Web Toolkit. For example (click "breakdown"), and you'll see that. The same is true f...
mozakai.blogspot.com
azakai: What asm.js is and what asm.js isn't
http://mozakai.blogspot.com/2013/06/what-asmjs-is-and-what-asmjs-isnt.html
Alon Zakai Emscripten, etc. Thursday, June 20, 2013. What asm.js is and what asm.js isn't. This is going to be a bit long, so tl;dr. Asmjs is a formalization of a pattern of JavaScript that has been developing in a natural way over years. It isn't a new VM or a new JIT or anything like that. Is a subset of JavaScript. Defined with the goal of being easily optimizable. And used primarily as a compiler target. With Google Web Toolkit. For example (click "breakdown"), and you'll see that. The same is true f...
librarylab.law.harvard.edu
Blog | Library Innovation Lab
http://librarylab.law.harvard.edu/blog
August 22, 2016. Summer Fellows Share, Join Us. Posted by Matt Phillips. LIL fellows are wrapping up their terms this week! Please join us for and learn from our Fellows as they present their research involving ways we can explore and utilize technology to preserve, prepare, and present information for the common good. Please RSVP to Gail Harris. Our fellows will be sharing their work these fascinating topics on Wednesday, August 24 from 1:00-3:00 in Casperon Room. July 28, 2016. Posted by Matt Phillips.
macwright.org
Charts in 2015 - macwright.org
http://www.macwright.org/2015/07/10/charting-in-2015.html
Has a good idea. Unlike its many predecessors like HighCharts. That aimed to individually implement every chart type, d3 went a level down: giving users the fundamental tools they need to implement hundreds of unique graphics. This approach was wildly successful: it made d3 hard to outgrow, so professionals could write front-page graphics for newspapers with the same basic elements as beginners use to implement bar graphs. It’s been a while since I worked on a d3-centric project like iD. Were numerous an...