Downloads
Folder: Code
Here you will find useful components and elegant helper classes for
game developers (and other programmers as well!). Most of the code in this
section includes its unit tests which normally achieve 100% test coverage,
meaning you can be sure that there are no hidden surprises because each line
of code has been exercised by the tests at least once :)
The 'attic' provides older code back from my C++ days. Mostly libraries for
various purposes but also my once famous Nuclex Engine!
Sub-Folders:
-
Components
- File Count:
- 11
- Sub-Folders:
- 0
This folder contains small, self-contained components that can easily be integrated into any project. All components are provided in the form of ready-to-run example applications you can test out before integrating them into your code.
-
C++
- File Count:
- 4
- Sub-Folders:
- 0
This is older code from my C++ days. You can find some useful libraries here for streaming zip archives, simulating neural networks and parsing ini files. All code follows C++ standards and is using DoxyGen comments.
-
Tools
- File Count:
- 5
- Sub-Folders:
- 0
Small tools for software developers, usually to automate repetitive and boring tasks. When I find myself doing something repeatedly, I usually write a small command line tool to do it for me. These are the tools that made it into complete, polished programs usable not only in a very restricted space.
-
Articles
- File Count:
- 4
- Sub-Folders:
- 1
Example projects and demo code for some of the articles on this site. Normally you would be sent to one of these files through a link in the articles themselves, but feel free to explore them here as well!