pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Proposal: change the way the simulator handles making videos/gifs #38

Open Pharap opened 6 years ago

Pharap commented 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.

This has several advantages over the current approach:

pokitto commented 6 years ago

This did not work for me btw. The construction of the path is not independent from the location, resulting in a malformed path.

Pharap commented 6 years ago

What code did you try?