2 个仓库
JavaScript libraries that provide interfaces for general-purpose computing on graphics hardware.
Distinct from GPU Acceleration Libraries: Distinct from GPU Acceleration Libraries: focuses on the JavaScript ecosystem and browser-based GPGPU, not general system-level GPU libraries.
Explore 2 awesome GitHub repositories matching devops & infrastructure · JavaScript GPGPU Libraries. Refine with filters or upvote what's useful.
This library is a JavaScript framework for general-purpose computing on graphics processing units. It enables the execution of parallel mathematical operations directly within the browser by offloading data-heavy calculations to graphics hardware. The project functions as a web-based math accelerator that converts standard JavaScript functions into shader code for execution on the graphics processor. It provides a unified interface that detects available graphics APIs and manages data transfer between system and graphics memory. To ensure compatibility across diverse environments, the library
Accelerates computationally intensive tasks by executing parallel mathematical operations directly on the graphics processor using WebGL.
ogl 是一个 WebGL 图形库和 3D 场景图引擎,专为渲染三维场景而设计。它提供了一个轻量级框架,用于在分层系统中管理几何体并协调空间变换。 该项目包括用于创建逼真材质的 PBR 着色器系统,以及用于在图形处理器上执行大规模通用计算和粒子模拟的 GPGPU 计算框架。它还具有一个后期处理套件,用于通过帧缓冲区将视觉滤镜应用于渲染场景。 该库涵盖了更广泛的功能,包括 3D 数学运算、3D 资源的导入和动画,以及通过射线投射和摄像机控制实现的用户交互。
Offers a JavaScript-based GPGPU framework for performing large-scale parallel computations on the graphics processor.