TypeScript Webgl

Open-source TypeScript projects categorized as Webgl

Top 23 TypeScript Webgl Projects

  • PixiJS

    The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.

  • Project mention: Release Radar โ€ข March 2024 Edition | dev.to | 2024-04-07

    If you're into video game dev, then PixiJS is something you need to know about. It's a HTML5 game engine that provides a lightweight 2D library across all devices. This latest update has a new package structure, custom builds, graphics API overhaul, and lots more. You can read about all these changes in the PixiJS Migration Guide. Also big congrats to PixiJS for being part of the open source community for ten years now! ๐Ÿ˜ฎ.

  • BabylonJS

    Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.

  • Project mention: Show HN: My wife and I made a maze game | news.ycombinator.com | 2024-04-12
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • tfjs

    A WebGL accelerated JavaScript library for training and deploying ML models.

  • Project mention: JavaScript Libraries for Implementing Trendy Technologies in Web Apps in 2024 | dev.to | 2024-04-09

    TensorFlow.js

  • xterm.js

    A terminal for the web

  • Project mention: Xterm.js | news.ycombinator.com | 2024-04-19
  • G2

    ๐Ÿ“Š The concise and progressive visualization grammar.

  • react-map-gl

    React friendly API wrapper around MapboxGL JS

  • Project mention: Library recommendations for an interactive world map | /r/reactjs | 2023-05-02

    I use this heavily https://visgl.github.io/react-map-gl/ and it's amazing for building complex maps with rich overlays, but you won't get a search box for countries out of the box.

  • speedscope

    ๐Ÿ”ฌ A fast, interactive web-based viewer for performance profiles.

  • Project mention: Speeding up the JavaScript ecosystem โ€“ Polyfills gone rogue | news.ycombinator.com | 2023-09-21

    Glad to hear you like it! Those flame graph screenshots are taken from https://www.speedscope.app/ .

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • trois

    โœจ ThreeJS + VueJS 3 + ViteJS โšก

  • Project mention: React, angular ili vue? | /r/programiranje | 2023-07-02
  • L7

    ๐ŸŒŽ Large-scale WebGL-powered Geospatial Data Visualization analysis engine.

  • umbrella

    โ›ฑ Broadly scoped ecosystem & mono-repository of 190 TypeScript projects (and 155 examples) for general purpose, functional, data driven development

  • quadratic

    Quadratic | Data Science Spreadsheet with Python & SQL

  • Project mention: Quadratic โ€“ Open-Source Spreadsheet Is Now Multiplayer | news.ycombinator.com | 2024-02-01

    https://github.com/quadratichq/quadratic/issues

  • ipyvolume

    3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL

  • tres

    Declarative ThreeJS using Vue Components

  • Project mention: Wow, shadcn-vue port is 99% identical to the shadcn React | /r/vuejs | 2023-10-24

    By the way, Vue does this very often: - https://www.vuemail.net/ is a port of https://react.email/ - https://tresjs.org/ is a port of https://threejs.org/ etc etc.

  • ct-js

    Ct.js is a desktop game engine that makes learning programming fun and game development easy by its visual editors and well-documented code library

  • Spector.js

    Explore and Troubleshoot your WebGL scenes with ease.

  • Project mention: Show HN: Volume rendering 3D data in Three.js and GLSL | news.ycombinator.com | 2024-04-21

    Author of the WebGL volume rendering tutorial [0] you mentioned in the readme here, great work!

    Working in WebGL/JS is nice since you can deploy it everywhere, but it can be really hard for graphics programming as you've found because there are very few tools for doing real GPU/graphics debugging for WebGL. The only one I know of is [1], and I've had limited success with it.

    WebGPU is a great next step, it provides a modern GPU API (so if you want to learn Metal, DX12, Vulkan, they're more familiar), and modern GPU functionality like storage buffers and compute shaders, not to mention lower overhead and better performance. The WebGPU inspector [2] also looks to provide a GPU profiler/debugger for web that aims to be on par with native options. I just tried it out on a small project I have and it looks really useful. Another benefit of WebGPU is that it maps more clearly to Metal/DX12/Vulkan, so you can use native tools to profile it through Chrome [3].

    I think it would be worth learning C++ and a native graphics API, you'll get access to the much more powerful graphics debugging & profiling features provided by native tools (PIX, RenderDoc, Nvidia Nsight, Xcode, etc.) and functionality beyond what even WebGPU exposes.

    Personally, I have come "full circle": I started with C++ and OpenGL, then DX12/Vulkan/Metal, then started doing more WebGL/WebGPU and JS/TS to "run everywhere", and now I'm back writing C++ but using WebGL/WebGPU and compiling to WebAssembly to still everywhere (and native for tools).

    With WebGPU, you could program in C++ (or Rust) and compile to both native (for access to debuggers and tools), and Wasm (for wide deployment on the web). This is one of the aspects of WebGPU that is most exciting to me. There's a great tutorial on developing WebGPU w/ C++ [4], and a one on using it from JS/TS [5].

    [0] https://www.willusher.io/webgl/2019/01/13/volume-rendering-w...

    [1] https://spector.babylonjs.com/

    [2] https://github.com/brendan-duncan/webgpu_inspector

    [3] https://toji.dev/webgpu-profiling/pix

    [4] https://eliemichel.github.io/LearnWebGPU/

    [5] https://webgpufundamentals.org/

  • lume

    Create 3D web applications with HTML. Bring a new depth to your DOM! (by lume)

  • Project mention: Lume: Create 3D web applications with HTML | news.ycombinator.com | 2024-01-15
  • gpu-io

    A GPU-accelerated computing library for running physics simulations and other GPGPU computations in a web browser.

  • Project mention: Share your CA/Alife programs for my students! | /r/cellular_automata | 2023-05-13
  • lofi

    ๐ŸŽต๐Ÿ”‰ A mini Spotify player with WebGL visualizations.

  • Project mention: Launch HN: Greptile (YC W24) โ€“ RAG on codebases that works | news.ycombinator.com | 2024-03-05

    Ran it on a "real" OSS project of mine (https://github.com/dvx/lofi/), and it was stuck at 99% loading for about 30 minutes. Then, when it finally parsed the codebase, when asked anything it always returns "Error: Internal error while locating sources."

    At one point, this random prompt popped up: https://imgur.com/a/mYeluaU โ€”what's "Onboard?"

  • terriajs

    A library for building rich, web-based geospatial data platforms.

  • Project mention: Swipe over/across two 3D models | /r/photogrammetry | 2023-07-08

    Look at https://terria.io TERRIAJS (FORK of cesium and leaflet) It has split /swipe And supports GLB 3d models and 3dtiles and ASSIMP and 3D geospatial data like 3d KML & CZML plus online mapping services.

  • detect-gpu

    Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.

  • deepscatter

    Zoomable, animated scatterplots in the browser that scales over a billion points

  • Project mention: A Visual Book Recommender | news.ycombinator.com | 2023-04-27

    similiar t-SNE visualisation just for papers:

    https://static.nomic.ai/pubmed.html

    using Nomic Ai deepscatter

    https://github.com/nomic-ai/deepscatter

  • filters

    Collection of community-authored custom display filters for PixiJS (by pixijs)

  • cosmos

    GPU-accelerated force graph layout and rendering (by cosmograph-org)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Webgl related posts

Index

What are some of the best open-source Webgl projects in TypeScript? This list will help you:

Project Stars
1 PixiJS 42,496
2 BabylonJS 22,456
3 tfjs 18,110
4 xterm.js 16,670
5 G2 11,955
6 react-map-gl 7,565
7 speedscope 5,196
8 trois 4,052
9 L7 3,473
10 umbrella 3,205
11 quadratic 2,711
12 ipyvolume 1,907
13 tres 1,588
14 ct-js 1,494
15 Spector.js 1,238
16 lume 1,226
17 gpu-io 1,168
18 lofi 1,149
19 terriajs 1,110
20 detect-gpu 982
21 deepscatter 971
22 filters 884
23 cosmos 753

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com