matiasvlevi / lu5

Lua interpreter for Creative Coding
https://matiasvlevi.github.io/lu5/
MIT License
34 stars 2 forks source link

Reload Sketch #3

Closed Tamnac closed 3 months ago

Tamnac commented 3 months ago

Having some button or keyboard shortcut within the sketch to reload it would help speed up iteration times a bunch, compared to killing and restarting it from the terminal.

matiasvlevi commented 3 months ago

You can now reload a sketch with CTRL + R as of commit 1262aa2

This is going to be included in the v0.1.6 release. In the mean time you can build from source and you should be able to restart your sketches!

matiasvlevi commented 3 months ago

closing