Working with the Source Code¶
VastPark source code is hosted by CVSDude and can be accessed using an SVN client such as TortoiseSVN.
SVN checkout from the following address to download the public source code for VastPark: http://vastpark.svn.cvsdude.com/public/trunk/
Be sure to enable externals or you will find only a fraction of the source code will be downloaded.
Sample projects¶
Two sample projects currently exist, Sample.Client and Sample.Server, they are located in the src/ directory. It is recommended to build both the client and server sample projects using Visual Studio 2010 by opening VastPark.Samples.sln from the root
Some further information on the SVN structure for VastPark has been blogged about here: http://theparkisvast.com/2010/05/09/recent-changes-to-the-vastpark-svn-structure/
Video tutorial coming soon.