blob: c85cff2f11fdc9e4e7bd5d7ff0acfc0f04152d64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|