top | item 44041838

(no title)

vinc | 9 months ago

Hey Akkartik! That's really interesting! At the moment you're still using a terminal to launch the individual apps or something else?

discuss

order

akkartik|9 months ago

Whatever works! I mostly use LÖVE, and it supports both. Some reasons to run it from the terminal rather than simply double-clicking or a keyboard shortcut in the OS:

* While I'm building an app I want to run from a directory rather than a .love file.

* I want to pass additional arguments. Though I also extensively use drag and drop for filenames.

* I want to print() while debugging.