Example Projects¶
LuaPlus¶
The Subversion build of LuaPlus (http://luaplus.org) has JamPlus support.
- Grab the latest LuaPlus from svn://svn.luaplus.org/LuaPlus/work51.
- From the LuaPlus root, run: c:\JamPlus\bin\scripts\JamToWorkspace.bat --gen=vs2005 Jamfile.jam build
- Open the generated LuaPlus.sln in the build/ directory.
Noel Llopis's Benchmarking Script¶
Noel Llopis' generate_libs script has had Jamplus support added to it. Download generate_libs_with_jamplus.zip.
Noel's standard benchmarking parameters are:
python generate_libs.py gen 50 100 15 5
PopCap Framework¶
- Download the PopCap Framework from http://developer.popcap.com/ and unzip it to a directory.
- In the same directory, unzip the PopCapFrameworkForJamPlus.zip, attached below.