Releases: Radonoxius/Forestfire-Simulator
Releases · Radonoxius/Forestfire-Simulator
Release list
Forestfire Simulator v0.1.1
The prebuilt binaries are provided below for Windows-X64, Linux-X64 and Linux-AArch64.
While running the programs, you must provide 2 arguments at the least. The first one is the matrix size and the second one is the starting factor (SF). The last argument (3rd) is OPTIONAL and specifies if the matrix should be printed on screen. The arguments are separated by spaces. Refer this for more info.
To run the executable on Windows, unzip the provided zip AND NAVIGATE INTO THE UNZIPPED FOLDER using cmd or powershell. Then execute this: (here matrix size is 15, SF is 220 and printing is enabled)
simulator.exe 15 220 true
On Linux, it would be:
./Simulator-x86_64.AppImage 15 220 true
or
./Simulator-aarch64.AppImage 15 220 true
- NOTES:
AppImageshave been provided for linux, instead of raw executables.- DONT TOUCH THE SHADERS FOLDER ON WINDOWS!
- THESE PROGRAMS WERE TESTED ON INTEGRATED GPUs ONLY!