seed r595 - trunk/examples



Author: hortont
Date: Wed Dec 31 04:01:45 2008
New Revision: 595
URL: http://svn.gnome.org/viewvc/seed?rev=595&view=rev

Log:
Update hacking file.


Modified:
   trunk/examples/HACKING

Modified: trunk/examples/HACKING
==============================================================================
--- trunk/examples/HACKING	(original)
+++ trunk/examples/HACKING	Wed Dec 31 04:01:45 2008
@@ -2,17 +2,19 @@
 
 == Large Examples ==
 
-ide/
-    - A Seed IDE. Utilizes much of Gtk; GtkToolbar, GtkSourceView, GtkFileChooser, GtkNotebook, VTE, a practical use of GConf. Intelligently uses inheritance.
-    
+browser/
+	- An incomplete WebKit-based web browser. Uses much of Gtk and WebKit.
+
 lightsoff/
-    - A simple game, in Clutter. Uses custom animations, loads SVGs, GConf, etc.
+	- A simple game, in Clutter. Uses custom animations, loads SVGs, GConf, etc.
 
 shader/
-    - A GLSL shader example. Utilizes Gtk with Clutter, GtkSourceView, ClutterTexture, and Clutter Shader.
+	- A GLSL shader example. Utilizes Gtk with Clutter, GtkSourceView,
+	  ClutterTexture, and Clutter Shader.
 
 turtle/
-	- Written in C, exposes an interface to Javascript as an embedding language. Simple LOGO-like turtle demo.
+	- Written in C, exposes an interface to Javascript as an embedding language.
+	  Simple turtle graphics demo.
 
 == Smaller Examples ==
 
@@ -24,17 +26,17 @@
 gconf.js: Getting a key out of gconf.
 Gnio.js: Simple use of Gnio, performs an HTTP request.
 Gnio-server.js: Uses Gnio to run a cowsay server.
+gtkplug.js: Use of GtkPlug, to embed one process' GtkLabel in another's window.
 introspect.js: Introspecting gobject methods (useful at REPL for example).
 json-packing.js: Simple example of using JSON for Gtk packing.
 ls.js: Gio, Seed.argv.
-mini-browser.js: WebKit. GtkToolButton. GtkNotebook.
 n-oscillator.js: gstreamer, Gtk.VScale
 notify-test.js: Demonstrates use of both libnotify and Gio file monitoring.
-pango.js: Using clutter with Gtk. Using pango. Clutter event handling.
 poppler.js: GtkDrawingArea, GtkToolbar, Poppler for rendering pdfs. GDK/Cairo.
 quine.js: Gio.simple_read (added in extensions/Gio.js)
 repl.js: Exceptions, Readline.
 soup.js: SoupMessage. Uses libsoup to perform an HTTP request.
-threaded-repl.js: Provides a REPL running in a second thread, allows live, REPL interaction with Gtk stuff.
+threaded-repl.js: Provides a REPL running in a second thread, allows live,
+				  REPL interaction with Gtk stuff.
 video.js: Quick example of Gstreamer video sources.
 vte-test.js: Make a VTE widget and attach it to things;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]