Simulating Gravity in a 3D Solar System with Three.js

Описание к видео Simulating Gravity in a 3D Solar System with Three.js

ive used several physics concepts to accurately model the motion of celestial bodies, if you have any qoustiin on how feel free to ask in comments
chose Three.js to visualizing motion and interaction of celestial bodies with gravitational forces. beside 3D graphics capabilities its easy to use with WebGL. implementing physics formulas for gravity, velocity, and position updates, created realistic orbits and interactions.

chapters
00:00 - 00:14 - Demo
00:15 - 00:50 - HTML and CSS
00:51 - 03:08 - main.js
03:09 - 04:23 - Vector.js
04:24 - 08:42 - SolarSystem.js
08:43 - 11:46 - SolarSystemBody.js
11:47 - 12:24 - Sun.js
12:25 - 13:41 - Planet.js

Комментарии

Информация по комментариям в разработке