Search found 3 matches

by bajinaji
Sat Nov 05, 2016 2:34 am
Forum: General
Topic: Linux Launcher assistance
Replies: 13
Views: 6844

Re: Linux Launcher assistance

Thanks for your help guys. By running os.execute, and adding a ' &' to the end of the command line execution, and the executing a love.event.quit I am able to execute the emulator with the appropriate emulator command line values. Yay. Now, the final thing I want is when the emulator runs, to re...
by bajinaji
Sun Oct 30, 2016 6:59 am
Forum: General
Topic: Linux Launcher assistance
Replies: 13
Views: 6844

Re: Linux Launcher assistance

Thanks for the assistance guys. To be a little clearer ... I cannot launch the emulator with a command within love that will either "suspend" my executing launcher, or shutdown the launcher, run the emulator, and when the emulator is exited, return to my launcher. I tried using newThread, ...
by bajinaji
Sat Oct 29, 2016 7:25 am
Forum: General
Topic: Linux Launcher assistance
Replies: 13
Views: 6844

Linux Launcher assistance

Hey guys, new to Love, new to Linux, not new to development. I'm attempting to make a simple graphical launcher that runs an emulator to launch the given rom. I've created the launcher interface, no problem, but I'm struggling (perhaps with Linux) as to how to exit the launcher, launch the emulator,...