From d137bf2485050b54bb0ac65ef543ba24f18fabbe Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Thu, 16 Feb 2017 10:46:14 -0500 Subject: initial commit --- readme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readme (limited to 'readme') diff --git a/readme b/readme new file mode 100644 index 0000000..0bc43e3 --- /dev/null +++ b/readme @@ -0,0 +1,7 @@ +in this directory are the glgfx cpp source file and headerfile. +Use -I$thisdirectory to include the header and -L$thisdirectory for the library file along with -lglgfx. +the makefile makes the libraries. +The example folder contains an example program with a rotating cube. +Both the glgfx library and the example program requires the gl/gui library. +replace all references to /home/knolax/code/cpp/gfx with whereever the gfx library is located +and /home/knolax/code/cpp/glgfx with the location of this directory. -- cgit v1.1