From f2874e0f004565e26e319e995ce9def687c8a365 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Tue, 4 Jun 2013 23:40:04 -0600 Subject: [PATCH] Create README.md Create readme with content from sourceforge page. Include png graphic showing state of build on travis-ci.org. --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..58809c5ed --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +OpenRocket +========== + +Build Status +------------ + +[ ![Build Status](https://travis-ci.org/openrocket/openrocket.png) ](https://travis-ci.org/openrocket/openrocket) + +Overview +-------- + +OpenRocket is a free, fully featured model rocket simulator that allows you to design and simulate your rockets before actually building and flying them. + +The main features include: + +* Six-degree-of-freedom flight simulation +* Automatic design optimization +* Realtime simulated altitude, velocity and acceleration display +* Staging and clustering support +* Cross-platform (Java-based) + +Read more about it on the [OpenRocket Wiki](http://wiki.openrocket.info). + +License +------- + +OpenRocket is an Open Source project licensed under the [GNU GPL](http://openrocket.sourceforge.net/license.html). This means that the software is free to use for whatever purposes, and the source code is also available for studying and extending. + +Contributing +------------ + +OpenRocket needs help to become even better. Implementing features, writing documentation and creating example designs are just a few ways of helping. If you are interested in helping make OpenRocket the best rocket simulator out there, please [click here for information on how to get involved!](http://openrocket.sourceforge.net/getinvolved.html) + +