All Projects → mapbox → Webgl Wind

mapbox / Webgl Wind

Licence: isc
Wind power visualization with WebGL particles

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webgl Wind

Fieldplay
A vector field explorer
Stars: ✭ 922 (+53.41%)
Mutual labels:  webgl, particles, gpu
Glchaos.p
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
Stars: ✭ 590 (-1.83%)
Mutual labels:  webgl, particles, gpu
Phenomenon
⚡️ A fast 2kB low-level WebGL API.
Stars: ✭ 1,551 (+158.07%)
Mutual labels:  webgl, particles, gpu
Gl Water2d
2D liquid simulation in WebGL
Stars: ✭ 260 (-56.74%)
Mutual labels:  webgl, particles, simulation
Webgl Fluid Simulation
Play with fluids in your browser (works even on mobile)
Stars: ✭ 11,621 (+1833.61%)
Mutual labels:  webgl, gpu, simulation
Openglobus
JavaScript 3d maps and geospatial data visualization engine library.
Stars: ✭ 199 (-66.89%)
Mutual labels:  webgl, map
Dc Sdk
DC-SDK 是基于 Cesium 进行二次开发的2、3D一体 WebGis 应用框架,该框架优化了 Cesium 的使用方式和增添了一些额外功能,旨在为开发者快速构建 WebGis 应用。🌎
Stars: ✭ 206 (-65.72%)
Mutual labels:  webgl, map
FLAMEGPU2
FLAME GPU 2 is a GPU accelerated agent based modelling framework for C++ and Python
Stars: ✭ 25 (-95.84%)
Mutual labels:  simulation, gpu
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (-92.85%)
Mutual labels:  map, webgl
Three Nebula
WebGL based particle system engine for three.js
Stars: ✭ 192 (-68.05%)
Mutual labels:  webgl, particles
orkid
Orkid Media Engine (C++/Lua/Python3/Linux/MacOs/OpenVR/Qt5)
Stars: ✭ 20 (-96.67%)
Mutual labels:  simulation, particles
Gprmax
gprMax is open source software that simulates electromagnetic wave propagation using the Finite-Difference Time-Domain (FDTD) method for numerical modelling of Ground Penetrating Radar (GPR)
Stars: ✭ 268 (-55.41%)
Mutual labels:  gpu, simulation
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (+318.8%)
Mutual labels:  webgl, map
Ol3echarts
🌏 📊 ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (-61.9%)
Mutual labels:  webgl, map
Droneworld
droneWorld: a 3D world map and a three.js playground
Stars: ✭ 197 (-67.22%)
Mutual labels:  webgl, map
Three.phenomenon
⭐️ A tiny wrapper around three.js built for high-performance WebGL experiences.
Stars: ✭ 338 (-43.76%)
Mutual labels:  webgl, particles
Webclgl
GPGPU Javascript library 🐸
Stars: ✭ 313 (-47.92%)
Mutual labels:  webgl, gpu
Beam
✨ Expressive WebGL
Stars: ✭ 383 (-36.27%)
Mutual labels:  webgl, particles
Regl Cnn
Digit recognition with Convolutional Neural Networks in WebGL
Stars: ✭ 490 (-18.47%)
Mutual labels:  webgl, gpu
Layaair discard
This is old LayaAir veriosn writetten by ActionScript 3.0 ,now LayaAir is using TypeScript as the Engine Script,Please use https://github.com/layabox/LayaAir instead.
Stars: ✭ 1,858 (+209.15%)
Mutual labels:  webgl, particles

WebGL Wind — Demo

A WebGL-powered visualization of wind power. Capable of rendering up to 1 million wind particles at 60fps.

This project is heavily inspired by the work of:

Running the demo locally

npm install
npm run build
npm start
# open http://127.0.0.1:1337/demo/

Downloading weather data

  1. Install ecCodes (e.g. brew install eccodes).
  2. Edit constants in data/download.sh for desired date, time and resolution.
  3. Run ./data/download.sh <dir> to generate wind data files (png and json) for use with the library.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].