From ab3a42986e857f823bf33f93846f812fce68f980 Mon Sep 17 00:00:00 2001 From: Paul Le Date: Tue, 14 Apr 2020 17:45:02 -0400 Subject: [PATCH] Update README --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 5551c8c..ae172a9 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,4 @@ So far, this program is able to do basic n-body simulations, using the Euler met ### Current Progress -There are plans to do a complete rebuild of this project, from the ground up. Flask will be the web framework used on the backend, and Vue.js is the frontend framework. Potentially build a physics simulation visualization tool, or potentially integrate with Physics in Motion. - -### Project Timeline - -* Phase 1: - * Build Flask web framework. - * Build a basic GUI for the application using Vue.js -* Phase 2: - * Run physical simulations on the backend, and display visualizations on the web application. +There are plans to do a complete rebuild of this project, from the ground up. Flask will be the web framework used on the backend, and Vue.js is the frontend framework. Potentially build a physics simulation visualization tool, or potentially integrate with [Physics in Motion](https://github.com/LeNPaul/physics-in-motion).