The feedwebgl2 softwarepackage enables parallel computations using a feature of HTML5/webgl2 called Transform/feedback. The Transform/feedback mechanism can be used within Jupyter widgets or in other web components a...
详细信息
The feedwebgl2 softwarepackage enables parallel computations using a feature of HTML5/webgl2 called Transform/feedback. The Transform/feedback mechanism can be used within Jupyter widgets or in other web components and applications for a special class of parallel computations called shader-like calculations, which can solve many problems well, but are unsuitable for some classes of parallel algorithms. This article describes the characteristics of shader-like calculations and how they can be created using the feedwebgl2 softwarepackage. The example programs use shader-like calculations for special purpose graphical stages in combination with standard webgl graphics pipelines, and also use them for general purposes, such as matrix computations.
暂无评论