LI42FF7RX5D64YRDZ7YOONBGUQ33IQZ2A7BYJWLCPQQ4UJUEOAKAC
FUU3YW2B5OZXBZ6MAQVD3UJMJQAEDEC6X5G7C5KDKFTJQLQ4PQMQC
RXLE5JENFAF3GXJDYJ6ZEQ6WZN2PKUMZHLIYHNLNKCTYLLV5AMZQC
57BH757VUVU5FJEEQTPZVGSO2FR25IGZOPGRWP4QUO4M7BBW5RCAC
L2HMMGZPLQTMRPSHKIZZA77KOKKNVREUOWNSUKTIMS2GPMLJL4BAC
AYUZF67YZY2GQBYJJLHU6LI7KJUTBRPYY46WOD4MBVE3DIGSLM2QC
FS2ITYYHBLFT66YUC3ENPFYI2HOYHOVEPQIN7NQR6KF5MEK4NKZAC
A4OAUGCI4B4DW4CQKAUDWIJX2556XN4DSDZYUWBYW3UDSW5YFFYQC
GDBDGLRHJSMN527PHXGZVSGF55EYT4X3GFNF4LF6363JE2FGBQXQC
7CJKZDU3YJPOKJB4J4GAH7IVDSJXURQKS36YCHJIARRPVDXZOOOAC
MRFCN57PUIYI4LXGVZ3JP7SJHFHMGCSM56KHMLH2TJPMTBQ7VN3QC
```
sed -i -e 's/app_driver/driver_driver2/g' -e 's/driver_app/driver2_driver/' driver.lua
sed -i -e 's/driver2_driver/driver3_driver2/g' -e 's/driver_driver2/driver2_driver3/' live.lua
```
Now you can modify the code for the driver without restarting it each time.
Run some app, then run this driver, then run the meta-driver. Here's an
example session:
![making changes without restarting the app](assets/codemap-canvas.gif)
![making changes without restarting the app](assets/2.gif)
If you run off of this repo, changes to the driver will get saved right here.
If you first create a .love file, your changes will go into the
[save directory](https://love2d.org/wiki/love.filesystem.getSaveDirectory).
If the app being modified by the driver lives in a .love file, your changes
will go into the [save directory](https://love2d.org/wiki/love.filesystem.getSaveDirectory).
If it lives in a directory (like this repo), your changes will go straight
into the same directory.