- Open the
ParticleSimulationServer.jarfile in the main project folder. Or in the command line interface on the project main folder, use the commandjava -jar ParticleExplorerServer.jar
- Make sure to have
cmakeinstalled. - Run the
requirements.shscript either by double clicking or typingsh requirements.shin a gitbash terminal. - Run the
run_cmake.shscript file either by double clicking or typingsh run_cmake.shin a gitbash terminal to compile and build the cpp program. - Run the Client by opening the
ClientServer.exe fileon the./build/debug/folder
*Notes:
- Make sure to have the project in a directory that doesn't contain spaces as this could cause problems with the requirements.sh script.
- CMake or Visual Studio must be installed on the machine to prevent problems with the script files.
- To add a single particle, ensure that no checkbox is enabled, and that the first four fields are all filled out.
- To add multiple balls, ensure that the program is in developer mode, the checkbox beside the option is checked to be used first to enable the other input fields, and all the enabled input fields are filled out.
- To spawn a sprite, click on the panel where the sprite should be placed.
- To move the sprite around the panel, use the
W,A,S, andDkeys to move the sprite up, left, down, and right, respectively.
- To stop any of the programs, close the program