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: Chapter 1: Boring SVG Manipulation | dev.to | 2024-05-16

    And canvas felt almost natural and invoked heavy nostalgia from the first time I touched keyboard and wrote primitive program to draw a house out of lines utilizing Basic. Later on I had a chance to broaden my expertise, when I was doing my hobby game project with Pixi and small bits and pieces on FindLabs pages.

  • 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: Battlesnake Challenge #2 - JavaScript | dev.to | 2024-05-19

    JavaScript is everywhere. Not only is JavaScript on every layer of the tech stack (frontend/middleware/backend), but you can also find JavaScript in every software domain. No matter if you want to do command-line tools, creative coding, or machine learning, you can do it in JavaScript. Because JavaScript is so ubiquitous, as a developer it’s the best career choice you can make.

  • 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

  • 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 192 TypeScript projects (and 160+ 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.

  • 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

  • filters

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

  • cosmos

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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Chapter 1: Boring SVG Manipulation

    1 project | dev.to | 16 May 2024
  • Show HN: Checkers Twist – The game Checkers/Draughts/Dames on an irregular grid

    1 project | news.ycombinator.com | 3 May 2024
  • Infinitown

    2 projects | news.ycombinator.com | 22 Apr 2024
  • Show HN: Volume rendering 3D data in Three.js and GLSL

    5 projects | news.ycombinator.com | 21 Apr 2024
  • Release Radar β€’ March 2024 Edition

    14 projects | dev.to | 7 Apr 2024
  • Launch HN: Greptile (YC W24) – RAG on codebases that works

    4 projects | news.ycombinator.com | 5 Mar 2024
  • Machine Learning in NodeJS || Part 1: TensorflowJS Basics

    2 projects | dev.to | 28 Jan 2024
  • A note from our sponsor - SurveyJS
    surveyjs.io | 21 May 2024
    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. Learn more β†’

Index

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

Project Stars
1 PixiJS 42,689
2 BabylonJS 22,587
3 tfjs 18,174
4 xterm.js 16,757
5 G2 11,988
6 react-map-gl 7,599
7 speedscope 5,249
8 trois 4,076
9 L7 3,503
10 umbrella 3,232
11 quadratic 2,738
12 ipyvolume 1,914
13 tres 1,751
14 ct-js 1,509
15 Spector.js 1,251
16 lume 1,244
17 gpu-io 1,176
18 lofi 1,154
19 terriajs 1,122
20 detect-gpu 989
21 deepscatter 982
22 filters 891
23 cosmos 762

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com