|
|
|
|
|
by lmeyerov
4733 days ago
|
|
Language creator here (didn't expect to see this!). Spot on about WebCL not being widely deployed yet, which means code generating it is mostly for kiosk etc. purposes. For more immediate deployment, I have most of an alternative codegen working that emits multicore + GPU code. Basically, CSS selectors + layout are multicore via asm.js + web workers + typed arrays, and GPU rendering via WebGL. If anyone is interested in an alternative GPU backend for layout + CSS selectors, say via Rivertrail or old school GPGPU, drop a line :) |
|
I'd love to hear if anyone would be interested in:
-- web-based data visualization on mobile that is 50X+ faster than libraries such as D3
-- massive visualizations on the laptop with ~1MM data points real-time