8 Commits

Author SHA1 Message Date
jasper
436f603726 - install the actual demo binary, instead of the libtool script
- also install the python demo scripts
2012-07-16 18:52:45 +00:00
jasper
0e83a3a97d enable memphis support 2012-07-16 14:00:29 +00:00
jasper
331b0ff461 add a homepage 2012-07-16 08:26:24 +00:00
jasper
00fd421c92 switch to use the gnome module 2012-07-16 08:11:10 +00:00
jasper
e562136268 drop this structure since we're not going to ship separate python plugins as
the library is introspected anyway. so remove the confusing dir 'core'.
2012-07-16 07:11:28 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jasper
50795e8c1d - update libchamplain to 0.3.0
* too many changes to list here
* libchamplain-gtk is now shipped with libchamplain
2009-05-08 12:38:27 +00:00
jasper
9d3912a3f3 import libchamplain and libchamplain-gtk, both version 0.2.8
Libchamplain is a C library aimed to provide a Gtk+ widget to display
rasterized maps.
 * Display a map (OpenStreetMap Mapnik, OpenAerialMap,
   Maps For Free Relief);
   o Tiles are downloaded and cached
   o Downloaded tiles fade in
 * You can drag to move (a la Google Maps)
   o without or with kinetic scrolling (a la iPhone)
   o with elastic edges (a la iPhone)
 * You can zoom in / out
 * You can center the map on coordinates (longitude, latitude)
 * Add markers on the map with a mixed Clutter/Champlain API
 * Add layers of markers
 * You can animate markers

Libchamplain-gtk is a Gtk+ widget that wraps around libchamplain's ClutterActor.

a small demo application is installed as libchamplain-demo
2009-02-15 17:57:02 +00:00