DirectPython 11 Code
Status: Alpha
Brought to you by:
hsalo
======================================================================== DirectPython 11 ======================================================================== ------------ Build help ------------ This project is compiled using Microsoft Visual Studio 2010, altough other compilers should work too. Just be aware of mixing different runtimes (the "official" Python versions are built with Visual Studio 2008 at the moment). Required libraries and headers: -Python 2.6 or greater. -Boost and Boost.Python. -Direct3D SDK with Direct3D 11 headers. -Effect 11 framework (comes with the Direct3D SDK but must be built manually). Some older SDK versions must be modified (disable Effect linkage if you want to support non-Direct3D 11 cards). You include and library directories are probably very different, so change them in "Project -> DirectPython 11 Properties -> VC++ Directories" if required. If you have global directories set you might not need to do anything.