aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2011-11-02 14:59:35 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2011-11-02 14:59:35 +0100
commit96a668034410e594ae6f75d7e4a91aa1ab5d0460 (patch)
treef9690557e0b958104af63b0a33b8679f1cbedf50 /README
downloadcodesamples-96a668034410e594ae6f75d7e4a91aa1ab5d0460.tar.gz
codesamples-96a668034410e594ae6f75d7e4a91aa1ab5d0460.tar.bz2
minimal_glsl added
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c85cff2
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+# datenwolf's Code Samples
+
+This is a growing collection of code samples, fully working
+demonstration programs I wrote as supplementary material for
+articles posted at forums, newsgroups, Q&A sites, blogs,
+and so on.
+
+## Structure
+
+Organization is by topic:
+
+* samples/lang/ language specific programming techniques.
+
+* samples/OpenGL/ Everything covering OpenGL, multiple languages
+
+* tools/ Supplementary tools and helpers, for example boilerplate code generators
+