2 repository-uri
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 este o bibliotecă grafică WebGL și un motor de scenă 3D (scene graph) conceput pentru randarea scenelor tridimensionale. Oferă un framework lightweight pentru gestionarea geometriilor și coordonarea transformărilor spațiale într-un sistem ierarhic. Proiectul include un sistem de shadere PBR pentru crearea de materiale realiste și un framework de calcul GPGPU pentru efectuarea de calcule de uz general la scară largă și simulări de particule pe procesorul grafic. De asemenea, dispune de o suită de post-procesare pentru aplicarea filtrelor vizuale scenelor randate prin frame buffer-e. Biblioteca acoperă capabilități mai largi, inclusiv operații matematice 3D, importarea și animarea activelor 3D și interacțiunea utilizatorului prin raycasting și controlul camerei.
Offers a JavaScript-based GPGPU framework for performing large-scale parallel computations on the graphics processor.