Skip to content

Interactive website explaining the three Kepler laws of planetary motion using animations.

License

Notifications You must be signed in to change notification settings

rvalentini/kepler

Repository files navigation

kepler

Interactive website explaining the three Kepler laws of planetary motion using animations.

You can see the live version here.

Overview

The website is written in ClojureScript, using the following dependencies:

  • Figwheel Main for building and the awesome interactive development experience it offers
  • Reagent as React wrapper for component modularization and state handling
  • Quil A Processing based library for interactive drawings and animations

Development

To get an interactive development environment run:

lein fig:build

This will auto compile and send all changes to the browser without the need to reload. After the compilation process is complete, you will get a Browser Connected REPL.

To create a production build run:

lein clean
lein fig:min

License

Copyright © 2021 Riccardo Valentini Distributed under the MIT License.

About

Interactive website explaining the three Kepler laws of planetary motion using animations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published