Who I am

I'm working towards a master's degree in physics at Humboldt University Berlin. I'm enthusiastic about math, physics and statistics. For me software development means creating something out of nothing using just the rules of logic.

Next

Simulation of the Solar System in JS

Integrating the gravitational law numerically the movements of 22 celestial bodies in our solar system were simulated. Physics engine was written completely from scratch in JS. Visualization is done using threejs module. Starting positions and velocities of the celestial bodies were downloaded from HORIZONS telnet server of NASA using a python script.

  • Go to repository

  • Open simulation

Next

Flight Controller

An implementation of a simple flight controller for quadrocopters using the control theory, particularly PID loops. The motion of the quadrocopter is implemented using a simple physics engine. Visualization is done using threejs module.

  • Go to repository

  • Open simulation

Next