awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
greggman avatar

greggman/twgl.js

0
View on GitHub↗
2,987 stars·261 forks·JavaScript·MIT·2 vuestwgljs.org↗

Twgl.js

A Tiny WebGL helper Library

Features

  • Graphics and Rendering - Tiny WebGL helper library.
  • Web Graphics Libraries - Tiny helper library for WebGL.

Historique des stars

Graphique de l'historique des stars pour greggman/twgl.jsGraphique de l'historique des stars pour greggman/twgl.js

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Twgl.js

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Twgl.js.
  • mrdoob/three.jsAvatar de mrdoob

    mrdoob/three.js

    113,086Voir sur GitHub↗

    This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within web browsers. It provides a comprehensive abstraction layer that manages scene graphs, cameras, and lighting, mapping high-level scene definitions onto low-level graphics APIs. By decoupling these definitions from specific hardware targets, the engine ensures consistent performance across diverse browsers and devices. The framework distinguishes itself through a robust architecture that includes a unified math library for high-frequency spatial calculations and a physically bas

    JavaScript3daugmented-realitycanvas
    Voir sur GitHub↗113,086
  • oframe/oglAvatar de oframe

    oframe/ogl

    4,540Voir sur 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
    Voir sur GitHub↗4,540
  • babylonjs/babylon.jsAvatar de BabylonJS

    BabylonJS/Babylon.js

    25,652Voir sur GitHub↗

    Babylon.js is a JavaScript game engine and real-time graphics renderer designed for creating interactive three-dimensional visuals and applications. It functions as a web-based 3D framework and WebGL engine that enables the deployment of high-performance 3D content across various web platforms and devices. The project provides tools for web-based 3D game development, real-time graphics rendering, and the creation of browser-based interactive visualizations. It also supports the development of WebXR virtual and augmented reality experiences using standard web technologies. The framework cover

    TypeScript
    Voir sur GitHub↗25,652
  • regl-project/reglAvatar de regl-project

    regl-project/regl

    5,528Voir sur GitHub↗

    regl is a declarative WebGL library that manages graphics state and GPU resources through functional commands instead of manual binding and state tracking. It provides a command-based drawing abstraction where shaders, attributes, and render state are encapsulated into reusable, compiled functions that can be executed efficiently. What sets regl apart is its scoped state inheritance system, which allows nested drawing commands to inherit and override render state from parent scopes for organized rendering. The library automatically recovers from GPU context loss by restoring buffer and textur

    JavaScriptjavascriptreglwebgl
    Voir sur GitHub↗5,528
Voir les 30 alternatives à Twgl.js→

Questions fréquentes

Que fait greggman/twgl.js ?

A Tiny WebGL helper Library

Quelles sont les fonctionnalités principales de greggman/twgl.js ?

Les fonctionnalités principales de greggman/twgl.js sont : Graphics and Rendering, Web Graphics Libraries.

Quelles sont les alternatives open-source à greggman/twgl.js ?

Les alternatives open-source à greggman/twgl.js incluent : oframe/ogl — ogl is a WebGL graphics library and 3D scene graph engine designed for rendering three-dimensional scenes. It provides… tsherif/picogl.js — A minimal WebGL 2 rendering library. babylonjs/babylon.js — Babylon.js is a JavaScript game engine and real-time graphics renderer designed for creating interactive… mrdoob/three.js — This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within… regl-project/regl — regl is a declarative WebGL library that manages graphics state and GPU resources through functional commands instead… pov-ray/povray — POV-Ray is a ray tracing rendering engine that transforms text-based scene descriptions into photorealistic…