From 84ffc4cde6599b08b1d9943cb50fb8c4c465145c Mon Sep 17 00:00:00 2001 From: cthunter01 Date: Wed, 19 Apr 2023 19:07:00 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 7875851..8cee429 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ # qtrocket -Model Rocket Simulator written in C++ and Qt Toolkit - -QtRocket is still in the very early stages of development, and not suitable for any real use. It currently calculates the trajectory of a cannonball with the effects of air resistance. Some of the basic architecture is coming together, but the current implementation is only mature enough to create a cannonball and launch it. - -This is also an experiment and learning platform for me to learn Qt GUI programming, so if it is non-standard or very strange to experienced Qt programmers, that's why. - -Another feature is the use of ANSI standard C++17 for the bulk of the application. Qt specific features are limited to the GUI. +Soon to be model Rocket Simulator written in C++ and Qt Toolkit