From 6ea665deb4a5801011a86427301939f0a330d0db Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 3 Dec 2013 16:21:54 +0100 Subject: [PATCH] Add README file. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..7eafcde --- /dev/null +++ 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. -- 2.20.1