Stellar Evolution Visualizer

This 2-day physics-themed hackathon project is a visualizer that demonstrates a 3D simulation that follows the entire life cycle of a star similar to our sun, from its inception to its ultimate demise. It starts with initial parameters mirroring those at the sun's birth. As the simulation progresses, you can observe how the star’s scientific attributes evolve over its lifetime.

Three.js was used to create the 3D model, while Python was used to acquire and preprocess the data, after which it was transferred to the JavaScript model for data manipulation and visualization.