awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gpujs avatar

gpujs/gpu.js

0
View on GitHub↗
15,377 نجوم·664 تفرعات·JavaScript·mit·5 مشاهداتgpu.rocks↗

Gpu.js

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 includes an automatic fallback mechanism that switches to standard CPU processing when graphics hardware is unavailable.

The framework supports large-scale numerical processing, including complex matrix and vector operations. It utilizes just-in-time compilation to transform high-level logic into machine code at runtime, facilitating parallel computing acceleration for data-intensive tasks.

Features

  • JavaScript GPGPU Libraries - Accelerates computationally intensive tasks by executing parallel mathematical operations directly on the graphics processor using WebGL.
  • Web-Based GPGPU Frameworks - Provides a framework for writing and executing custom kernels directly within the browser for parallel calculations.
  • Web-Based Math Accelerators - Functions as a high-performance engine for running complex matrix and vector operations in the browser.
  • JavaScript GPU Kernels - Executes custom JavaScript logic directly on graphics hardware for massively parallel calculations.
  • High-Performance and Parallel Computing - Provides a framework for offloading data-heavy calculations to hardware-accelerated kernels with automatic CPU fallback.
  • Parallel Matrix Operations - Executes large-scale linear algebra and matrix multiplication tasks in parallel to speed up scientific computing workflows.
  • AI and Machine Learning - GPU-accelerated JavaScript for high-performance computing.
  • Function-to-Shader Transpilers - Converts standard JavaScript functions into GLSL shader code for execution on the graphics processor.
  • Cross-Platform Numerical Engines - Ensures consistent performance for complex data calculations by supporting both graphics hardware and standard processors.
  • Fallback Mechanisms - Implements an automatic fallback mechanism that switches to CPU processing when graphics hardware is unavailable.
  • Just-in-Time Compilers - Compiles high-level mathematical operations into hardware-specific machine code at runtime for performance acceleration.
  • Hardware Abstraction Layers - Provides a unified interface for parallel computation by abstracting underlying graphics APIs like WebGL and WebGPU.

سجل النجوم

مخطط تاريخ النجوم لـ gpujs/gpu.jsمخطط تاريخ النجوم لـ gpujs/gpu.js

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Gpu.js

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gpu.js.
  • intel/compute-runtimeالصورة الرمزية لـ intel

    intel/compute-runtime

    1,408عرض على GitHub↗

    The compute runtime is a software layer that provides unified interfaces for parallel processing, kernel execution, and hardware-specific driver communication. It functions as a driver for OpenCL and OneAPI Level Zero, enabling the execution of data-intensive workloads across diverse graphics hardware architectures. The project distinguishes itself by maintaining consistent performance and compatibility across multiple generations of graphics hardware. It achieves this through a hardware abstraction layer that bridges high-level compute instructions with specific silicon capabilities, alongsi

    C++computegpgpugpu
    عرض على GitHub↗1,408
  • amandaghassaei/gpu-ioالصورة الرمزية لـ amandaghassaei

    amandaghassaei/gpu-io

    1,472عرض على GitHub↗

    This library is a web-based framework designed for general-purpose parallel processing and high-performance computation on graphics hardware. It provides a toolkit for executing complex mathematical operations, physics simulations, and procedural visualizations directly within the browser by leveraging the graphics processor for data-intensive tasks. The framework distinguishes itself through automated shader management, which ensures consistent execution across diverse hardware and browser environments. It achieves this by transpiling modern shader syntax into legacy versions and automatical

    TypeScriptcanvasglslgpgpu
    عرض على GitHub↗1,472
  • oframe/oglالصورة الرمزية لـ oframe

    oframe/ogl

    4,540عرض على GitHub↗

    ogl is a WebGL graphics library and 3D scene graph engine designed for rendering three-dimensional scenes. It provides a lightweight framework for managing geometries and coordinating spatial transformations within a hierarchical system. The project includes a PBR shader system for creating realistic materials and a GPGPU computation framework for performing large-scale general-purpose calculations and particle simulations on the graphics processor. It also features a post-processing suite for applying visual filters to rendered scenes via frame buffers. The library covers broader capabiliti

    JavaScript
    عرض على GitHub↗4,540
  • numba/numbaالصورة الرمزية لـ numba

    numba/numba

    10,918عرض على GitHub↗

    Numba is a just-in-time compiler that translates high-level Python functions into optimized machine code at runtime. By leveraging the LLVM compiler infrastructure, it provides a framework for accelerating numerical data processing and mathematical computations, enabling performance levels comparable to statically compiled languages. The project distinguishes itself through its ability to perform type-inference-based specialization, which generates machine instructions tailored to the specific data types used during execution. It employs a lazy compilation pipeline that defers translation unt

    Pythoncompilercudallvm
    عرض على GitHub↗10,918
عرض جميع البدائل الـ 30 لـ Gpu.js→

الأسئلة الشائعة

ما هي وظيفة gpujs/gpu.js؟

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.

ما هي الميزات الرئيسية لـ gpujs/gpu.js؟

الميزات الرئيسية لـ gpujs/gpu.js هي: JavaScript GPGPU Libraries, Web-Based GPGPU Frameworks, Web-Based Math Accelerators, JavaScript GPU Kernels, High-Performance and Parallel Computing, Parallel Matrix Operations, AI and Machine Learning, Function-to-Shader Transpilers.

ما هي البدائل مفتوحة المصدر لـ gpujs/gpu.js؟

تشمل البدائل مفتوحة المصدر لـ gpujs/gpu.js: intel/compute-runtime — The compute runtime is a software layer that provides unified interfaces for parallel processing, kernel execution,… amandaghassaei/gpu-io — This library is a web-based framework designed for general-purpose parallel processing and high-performance… oframe/ogl — ogl is a WebGL graphics library and 3D scene graph engine designed for rendering three-dimensional scenes. It provides… numba/numba — Numba is a just-in-time compiler that translates high-level Python functions into optimized machine code at runtime.… jax-ml/jax — This project is a high-performance numerical computing library designed for large-scale scientific and machine… rustpython/rustpython — RustPython is a Python 3 compatible interpreter implemented in Rust. It functions as a scripting engine that can be…