X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/9484593b069d6b2fd81b364537706d2295410099..d36574805d09410419348c7ae3d65365a8fdd26d:/README diff --git a/README b/README index e69de29..7eafcde 100644 --- a/README +++ b/README @@ -0,0 +1,10 @@ +Little graphics library. +Copyright (c) 2007-2013, Arnaud Giersch + +This is a little library based on the Qt framework to write simple +programs with graphics in C++. + +It is not designed to write "real" programs, but rather to write toy +programs in beginners programming courses. + +See the examples and documentation (in French) for details.