2 Repos
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 ist eine WebGL-Grafikbibliothek und 3D-Szenengraph-Engine für das Rendern dreidimensionaler Szenen. Sie bietet ein leichtgewichtiges Framework zur Verwaltung von Geometrien und zur Koordination räumlicher Transformationen innerhalb eines hierarchischen Systems. Das Projekt umfasst ein PBR-Shader-System zur Erstellung realistischer Materialien und ein GPGPU-Berechnungs-Framework für die Durchführung groß angelegter Allzweckberechnungen und Partikelsimulationen auf dem Grafikprozessor. Zudem bietet es eine Post-Processing-Suite zur Anwendung visueller Filter auf gerenderte Szenen mittels Frame-Buffern. Die Bibliothek deckt umfassendere Funktionen ab, darunter 3D-Mathematikoperationen, den Import und die Animation von 3D-Assets sowie Benutzerinteraktion durch Raycasting und Kamerasteuerung.
Offers a JavaScript-based GPGPU framework for performing large-scale parallel computations on the graphics processor.