Search found 3 matches

by code_fodder
Thu Aug 11, 2016 6:19 am
Forum: Support and Development
Topic: Run a love program with no GUI screen [resolved]
Replies: 3
Views: 1927

Re: Run a love program with no GUI screen

No, its my mistake, I did not read the instructions carefully. I now created a file called conf.lua and move the function into that - and it now works nicely.

Thanks Nix : )
by code_fodder
Thu Aug 11, 2016 6:09 am
Forum: Support and Development
Topic: Run a love program with no GUI screen [resolved]
Replies: 3
Views: 1927

Re: Run a love program with no GUI screen

I added this function in, it did not seem to have an effect - i.e. when I run the command to launch the script:

Code: Select all

c:\test-area\tcp-test> love .
I still have a blank window that appears...
by code_fodder
Wed Aug 10, 2016 2:36 pm
Forum: Support and Development
Topic: Run a love program with no GUI screen [resolved]
Replies: 3
Views: 1927

Run a love program with no GUI screen [resolved]

I know the question sounds a bit demented, but I am trying to write a bunch of emulators, some of which need a GUI and some don't. I could use pure lua, but I really like the love callback mechanism as it provides "scheduler" in its update() callback. So for the emulators that need the GUI...