Page 1 of 1

On consoles and incentives

Posted: Mon Aug 20, 2012 10:05 am
by hendu
So I was thinking of implementing a console in my project.

What obviously came to mind was the best console lib around, GNU readline. It handles tab completition, history, command editing, all the bells and whistles.

Then I remembered that in their wisdom, they made readline GPL, because it's non-essential unlike the libc for example, so that it provides incentives to GPL your app.


No point here really, just showing how I too got in that position ;)

Re: On consoles and incentives

Posted: Mon Aug 20, 2012 1:43 pm
by Mel
A GUI console object could be a nice addition, seeing how many people want one on their apps, it perhaps, could also be the output for the Irrlicht internal messages.

Re: On consoles and incentives

Posted: Mon Aug 20, 2012 4:15 pm
by hendu
Google showed one already, but it seems to be from 2003:
http://www.oocities.org/standard_templa ... index.html

Yikes, it's for irr 0.7 (!)