ExampleProjects

Version 6 (Joshua Jensen, 01/09/2009 09:46 pm)

1 1
h1. Example Projects
2 1
3 5 Joshua Jensen
h2. LuaPlus
4 5 Joshua Jensen
5 5 Joshua Jensen
The Subversion build of LuaPlus (http://luaplus.org) has JamPlus support.
6 5 Joshua Jensen
7 5 Joshua Jensen
# Grab the latest LuaPlus from svn://svn.luaplus.org/LuaPlus/work51.
8 5 Joshua Jensen
# From the LuaPlus root, run: c:\JamPlus\bin\scripts\JamToWorkspace.bat --gen=vs2005 Jamfile.jam build
9 5 Joshua Jensen
# Open the generated LuaPlus.sln in the build/ directory.
10 5 Joshua Jensen
11 3 Joshua Jensen
h2. Noel Llopis's Benchmarking Script
12 3 Joshua Jensen
13 4 Joshua Jensen
Noel Llopis' generate_libs script has had Jamplus support added to it.  Download attachment:generate_libs_with_jamplus.zip.
14 3 Joshua Jensen
15 6 Joshua Jensen
Noel's standard benchmarking parameters are:
16 6 Joshua Jensen
17 6 Joshua Jensen
<pre>
18 6 Joshua Jensen
python generate_libs.py gen 50 100 15 5
19 6 Joshua Jensen
</pre>
20 6 Joshua Jensen
21 3 Joshua Jensen
h2. PopCap Framework
22 3 Joshua Jensen
23 3 Joshua Jensen
# Download the PopCap Framework from http://developer.popcap.com/ and unzip it to a directory.
24 4 Joshua Jensen
# In the same directory, unzip the attachment:PopCapFrameworkForJamPlus.zip, attached below.