Skip to content

dobrych/webgl-wind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Signup for an API key at Planet OS (free plan)
  2. Run:
    • npm install
    • cd data
    • node prepare.js <your API key> (wait for data to get downloaded)
  3. Move pre-rendered PNG and JSON files into the demo folder – mv *.json *.png ../demo

About

Wind power visualization with WebGL particles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • GLSL 20.3%