| |
|---|---|
Contents |
| 1. Setup | |||
|---|---|---|---|
1.1. Windows1.1.1. Command Line BuildsDownload the latest Slag Plasmacore distribution from:
Install the ANT build system from:
To build the demos (which ship without necessary binaries), open a command line prompt in the Plasmacore folder. Type "ant" and press ENTER. The build file will assemble the necessary pieces for each demo project. Then CD into each "demos" subfolder and type "ant" again to build and run that particular demo. Use your favorite text editor to edit Slag code. Vim and TextPad syntax highlighting files are available from the Plasmacore website.
1.1.2. Eclipse Plug-InTo use the SlagEdit Eclipse plug-in developed by Jacob Stevens, follow the instructions here:
|
| 2. Starting a Project | ||
|---|---|---|
2.1. On the Command Line
|
| 3. Updating a Project |
|---|
|
Take the "starter_project" folder from the most recent release of Plasmacore and copy it on top of your existing project. You can "replace all" - there are no files in "starter_project" that would overwrite any of the files you created for your game.
|