Open Pharap opened 6 years ago
At the moment the simulator is calling a bunch of longwinded system commands.
Instead of having complicated system-dependent code in the simulator, what if the simulator deferred the video/gif making part to .bat files.
.bat
This has several advantages over the current approach:
cd
.sh
CleanUp
system
This did not work for me btw. The construction of the path is not independent from the location, resulting in a malformed path.
What code did you try?
At the moment the simulator is calling a bunch of longwinded system commands.
Instead of having complicated system-dependent code in the simulator, what if the simulator deferred the video/gif making part to
.bat
files.This has several advantages over the current approach:
cd
command to reduce redundancy.sh
files to provde Mac/Linux support (if the proper permissions are in place)CleanUp
system
function if need be