summaryrefslogtreecommitdiff
path: root/docs/link.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/link.md')
-rw-r--r--docs/link.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/link.md b/docs/link.md
new file mode 100644
index 0000000..4444fae
--- /dev/null
+++ b/docs/link.md
@@ -0,0 +1,28 @@
+## GNOME Links
+
+Libsigc++ is part of the greater GNOME code base.
+
+* [gtkmm widget wrapper](http://www.gtkmm.org)
+* [GTK+ widget set](http://www.gtk.org)
+* [Gnome project](http://www.gnome.org)
+
+## Callback Links
+
+There are a number of other C++ callback systems
+and publications on construction of callback systems.
+
+* [Boost Signals](http://www.boost.org/doc/html/signals.html)
+* Trolltech signal system (part of [Qt widget set](http://www.qt.io/))
+* (Send us a link you find worth mentioning here.)
+
+## Users
+
+Here is a list of some of the projects that use libsigc++.
+(Have a project which is using libsigc++? Mail us.)
+
+* [glibmm and gtkmm](http://www.gtkmm.org)
+* [Libpropc++: Creating and effective using properties in C++](http://sourceforge.net/projects/libpropc/)
+* [Yehia: Extension library with support for cross-threaded signal emission.](http://ucxx.sourceforge.net/)
+* [GFC: Alternative C++ wrapper for the GTK+ widget set.](http://gfc.sourceforge.net/)
+* [Libuta](http://sourceforge.net/projects/libuta/)
+* [The WorldForge Project](http://www.worldforge.org/)