/Wind-turbine-simulator3D

Small 3D wind turbine simulator in browser using Three.js library

Primary LanguageJavaScript

This project was created for educational purposes and to have fun with 3D in browser. Check it out yourself -> http://markshulhin.github.io/

You can find main code in this directory: src/js/main.js

Things you can do:
• Change the speed of wind and see how turbine will react.
• Charge the battery and enjoy the animation.
• Power on/off the electricity and waste some energy.
• Click the "STOP ALL" button, if you suspect some danger.
• Have some fun ☺

Turbine will generate some electric energy in some range of wind speed ( 3 to 23 km/h ).
To make things more difficult, since turbine can't turn around(for now), there is only 3 wind directions
that cause the turbine to generate energy(North and 2 more).