Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

maartin0/orby

Repository files navigation

OrbY

Orbital Display
Submission for the BPhO 2023 Computational Physics Challenge
A solar system viewer written in three.js

Functions can be found in src/entities/algorithms.ts

Planets

Currently, the following planets are simulated:

  • The Sun
  • Mercury
  • Venus
  • Earth
  • Mars
  • Jupiter
  • Saturn
  • Uranus
  • Neptune
  • Pluto

Screenshots

Default view: screenshot.png Controls: controls.png

Renderer model

img.png

Graphs

Task 1:

Task_1.png

Task 5:

Task_5.png