Console Attachment

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
LemonLake
Prole
Posts: 7
Joined: Thu Jul 25, 2013 7:07 pm

Console Attachment

Post by LemonLake »

After a bit of hacking with multiple third party applications, I've finally found Löve's attached console application.
A friend and I are working on an IDE for Löve, he's started development and I'm continuing. It is written in C# currently, and we are planning on making a java version to support all operating systems.
The reason I am here is; is there any way to find the attached console window if I have a reference to the Löve instance?
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: Console Attachment

Post by Ranguna259 »

Umm.. I guess you can just write everyting you print on the löve console to an external text file
Is that what you wanted ?
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
User avatar
LemonLake
Prole
Posts: 7
Joined: Thu Jul 25, 2013 7:07 pm

Re: Console Attachment

Post by LemonLake »

Ranguna259 wrote:Umm.. I guess you can just write everyting you print on the löve console to an external text file
Is that what you wanted ?
No, I need process attachment to the console
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Console Attachment

Post by Robin »

When you spawn a process in Java (or C# for that matter), can't you just capture stdout and stderr?
Help us help you: attach a .love.
User avatar
LemonLake
Prole
Posts: 7
Joined: Thu Jul 25, 2013 7:07 pm

Re: Console Attachment

Post by LemonLake »

Robin wrote:When you spawn a process in Java (or C# for that matter), can't you just capture stdout and stderr?
Yes, but I need a way to get the console to do that. I've found out how, but now I can't get a list of all handles from a process because google is thinking wrong. I'll just close this thread or something
Post Reply

Who is online

Users browsing this forum: Nikki and 9 guests