Freebies!
Much of our software development is based on Open Source Software. It allows us to build better products in a shorter amount of time.
It is therefore simply natural to give back. Take whatever is useful to you from this page. Everything that is available here is licensed under the GNU Public License (GPL). In a nutshell this means that you can do pretty much everything with it, except for claiming it as your own intellectual property.
- An OpenGL wrapper for Visual Basic
This project provides a Microsoft COM object that makes the OpenGL interface available to Visual Basic (and any other language that uses COM). Complete with source code and a Visual Basic 6.0 demo program.
- The Objectizer
This program solves a problem that we faced on Linux develoment environments: The fact that a normal file is difficult to make a part of an executable binary. MS-Windows and Macintosh sofware have the concept of resources, but we found no such thing in the GNU tools. The Objectizer is our solution to this. It allows the content of a reasonably small file to become part of the program executable, and makes it available to the source code with a simple extern const char*.
- Technical Articles
Apart from program code, we have also found it beneficial to publish documents that outline some of our technology. Writing software isn't just typing! The quality of software is largely determined by factors like architecture, documentation, coding standards, etc. Take a look at these articles. maybe you can pick up a thing here and there for your own benefit.
|