]> Pileus Git - grits/commitdiff
Update some documentation
authorAndy Spencer <andy753421@gmail.com>
Mon, 31 Oct 2011 06:47:51 +0000 (06:47 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 31 Oct 2011 06:47:51 +0000 (06:47 +0000)
ChangeLog
HACKING
README

index 08e91801c4c70d2f20d4d47fa0dbbee6ffdde713..e8c99d6359a2e2ae2a8d1957dbfada174305688f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 See the Git log for detailed information
 http://lug.rose-hulman.edu/git/
 
+v0.6 (2011/10/31):
+  * Update polygon plugin
+  * Improve mouse support (picking)
+
+v0.5.2 (2011/09/12):
+  * Bug fixes
+
+v0.5.1 (2011/08/25):
+  * Updated sat/map/elev to provide better data
+
+v0.5 (2011/06/19):
+  * Add volume rendering
+  * Add polygons
+
+v0.4 (2010/05/14):
+  * Add support for MS Windows among other things
+
 v0.3 (2009/10/24):
   * Split out of AWeather
diff --git a/HACKING b/HACKING
index 4c6f0e8b9dc2519502f7b7acd999f86e4bd31fcb..d2bc8df08013a34d802268e9ca0b9e5cfc33a774 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,7 @@
-http://www.opengl.org/sdk/docs/man/
-http://www.glprogramming.com/red/
-http://www.glprogramming.com/blue/
+For Grits development:
+  - http://www.lug.rose-hulman.edu/proj/aweather/development
+
+For OpenGL programming:
+  - http://www.opengl.org/sdk/docs/man/
+  - http://www.glprogramming.com/red/
+  - http://www.glprogramming.com/blue/
diff --git a/README b/README
index db95c38552b0f2911d819a4221612879ef70dffe..25faa388fca25b661a2079d86d2b1e0a0609f754 100644 (file)
--- a/README
+++ b/README
@@ -1 +1,9 @@
-Grits is a Virtual Globe library using GTK+ and OpenGL
+Grits is a Virtual Globe library developed along side AWeather, but desigend to
+be usable by other program as well.
+
+It is differentiated from other Virtual Globes such as Google Earth, NASA World
+Wind, and KDE Marble in that it is developed primairily as a library that is
+used by other programs, rather than providing it's own user interface.
+
+For more information, see the homepage:
+  - http://www.lug.rose-hulman.edu/proj/aweather/grits