Podball is being developed in C++. Platform independent technologies are used wherever possible.
Podball currently uses the following external libraries:
Currently, Podball runs on Win32 only, because of the fact that we use a plug-in system based on Win32 dynamic link libraries (DLLs). But this is going to change soon, once scripting languages have been incorporated.
Podball is open source, with an MIT style license. See the license file.
The Podball source tree is currently structured like this:
Currently, Podball can be built on Windows with the MS Visual Studio (Express Edition) compiler suite. But since the introduction of CMake, it should be fairly simple to build on other platforms as well. See [PodballBuild] for external dependencies and build instructions.