Skip to content

hoiast/ExoSim

Repository files navigation

ExoSim - Exoplanet Transit Simulator

en pt-br

liveDemo

Click here for a Live demo

ExoSim is an educational web application for exploring an exoplanet detection technique called Transit Method. Simply put, this method analyzes periodic decreases on measured star brightness caused by orbiting planets blocking the light.

This app is designed to be easily extensible and intuitive to use. Some available features are:

  • Star system designer tool. Design custom systems and share them with your friends through a JSON code;
  • Export options for light curves. Beautiful measurements are meant to be shared. Download your light curve plots as PNG images and send them to everyone;
  • Multi-language support. I would love to add more language options myself, but you are free to do it by following the simple instructions under the i18n folder.

This project is built upon some technologies and libraries:

  • Vue.js framework with the Primevue UI library for a fast and reactive user interface.
  • Three.js library for building 3D scenes. Its math utility tools were also used for some linear algebra operations required in the simple, but home brewed, physics engine used in this project.
  • Tailwind CSS for fine CSS adjustments.
  • Vite for fast development environment and building.

How to Use

1. Project Setup

npm install

2. Compile and Hot-Reload for Development

npm run dev

3. Lint with ESLint

npm run lint

4. Compile and Minify for Production

npm run build

Acknowledgements

I would like to thanks Claudio Mendes Dias de Souza for his insightful comments and suggestions about astrobiology and exoplanets detection.

Live demo is powered by Github Pages and Github Actions

Contact

murilohoias@gmail.com

About

An educational web application for exploring an exoplanet detection technique called Transit Method.

Topics

Resources

License

Stars

Watchers

Forks