Skip to content

Commit

Permalink
prepared for release 0.2
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/descend/code/trunk@66 2b772a02-2a4e-4ffc-a394-a116398a743a
  • Loading branch information
mimecorg committed Oct 15, 2012
1 parent aa135dd commit b00a635
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 11 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.2 (2012-10-15)
* first official release
4 changes: 3 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Requirements
============

* Qt framework, version 4.7 or newer (http://qt.nokia.com/products)
* Qt framework, version 4.7 or newer (http://qt.digia.com/product/)

* OpenGL version 3.3 or newer and a compatible graphics card

The program can be built using the standard 'qmake' tool from Qt. Simple configure
scripts are available for both Linux and Windows which create a configuration file
Expand Down
34 changes: 25 additions & 9 deletions README
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
Descend
Version 0.2
Version 0.2 (2012-10-15)

Program for drawing 3D surfaces from parametric equations.

Descend is an open source program for drawing 3D surfaces from parametric
equations. It uses a custom, very fast language called Misc to calculate
the geometry. It also uses OpenGL to render scenes with high quality
shaders.

NOTE: OpenGL 3.3 or newer is required to run this program.

Program for drawing 3D surfaces based on parametric equations.

Copyrights
==========

Copyright (C) 2012 Michał Męciński

Icons based on the KDE Crystal theme copyright (C) 2002 and following
years KDE Artists


License
=======
Expand All @@ -25,10 +36,15 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

In addition, as a special exception, the WebIssues Team gives
permission to link the code of this program with the OpenSSL library
and distribute linked combinations including the two. You must obey
the GNU General Public License in all respects for all of the code
used other than OpenSSL. You may extend this exception to your version
of the program, but you are not obligated to do so. If you do not wish
to do so, delete this exception statement from your version.

Resources
=========

Website
http://descend.mimec.org/

Forum
http://descend.mimec.org/forum/general

Bugs & Requests
http://descend.mimec.org/forum/tracker
2 changes: 1 addition & 1 deletion src/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void Application::about()
if ( !m_aboutBox ) {
QString message;
message += "<h3>" + tr( "Descend %1" ).arg( "0.2" ) + "</h3>";
message += "<p>" + tr( "Program for drawing 3D surfaces based on parametric equations." ) + "</p>";
message += "<p>" + tr( "Program for drawing 3D surfaces from parametric equations." ) + "</p>";
message += "<p>" + tr( "This program is free software: you can redistribute it and/or modify"
" it under the terms of the GNU General Public License as published by"
" the Free Software Foundation, either version 3 of the License, or"
Expand Down
Binary file modified src/descend.rc
Binary file not shown.

0 comments on commit b00a635

Please sign in to comment.