Initial commit.
authornorly <ny-git@enpas.org>
Fri, 21 Oct 2011 15:48:59 +0000 (16:48 +0100)
committernorly <ny-git@enpas.org>
Fri, 21 Oct 2011 15:48:59 +0000 (16:48 +0100)
commitd8ae939a8d19ef9a8683687fd1a25232717b32f7
treec48addac0a98f9297a425228ac833999373f9f81
Initial commit.

grGL currently generates and shows a random graph of 1000 nodes
with 6000 edges as well as a red box as an example of OpenGL
drawing operations.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
src/glancillary.c [new file with mode: 0644]
src/glancillary.h [new file with mode: 0644]
src/graph.c [new file with mode: 0644]
src/graph.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]