digitalmars.D.announce - curses bindings
- ylixir (6/6) Aug 05 2008 I've put up some bindings for ncurses on google code.
- Steven Schveighoffer (4/10) Aug 06 2008 I was just looking for this about 2 weeks ago, did you read my mind? :D
- Dejan Lekic (3/3) Aug 07 2008 I made binding to curses few years ago.
- superdan (2/5) Aug 07 2008 this is unbefuckinglievable. an occult international plot to make d a cu...
- Steven Schveighoffer (8/19) Aug 07 2008 Are you serious? You have a problem downloading archives and opening th...
- ylixir (6/13) Aug 07 2008 i know i shouldn't even bother but....
- Dejan Lekic (1/2) Sep 09 2008
- ylixir (8/12) Aug 07 2008 yeah, i saw that before i started writing my own. I actually think
- Dejan Lekic (7/14) Sep 09 2008 We could work together on this. IMHO that would be the best. If you have...
- ylixir (3/22) Sep 17 2008 Yeah, i'd definitely be down for some collaboration, i'll fire off an
I've put up some bindings for ncurses on google code. Main features: extremely thin binding, nothing extra to link, just import and go. It's only a few files, you can download them directly from the svn browser on the project pages. link: <a href="ycurses.googlecode.com">ycurses</a>
Aug 05 2008
"ylixir" wroteI've put up some bindings for ncurses on google code. Main features: extremely thin binding, nothing extra to link, just import and go. It's only a few files, you can download them directly from the svn browser on the project pages. link: <a href="ycurses.googlecode.com">ycurses</a>I was just looking for this about 2 weeks ago, did you read my mind? :D Thanks! -Steve
Aug 06 2008
I made binding to curses few years ago. Link: http://dejan.lekic.googlepages.com/dcurses.tar.bz2 It is there for years... :)
Aug 07 2008
Dejan Lekic Wrote:I made binding to curses few years ago. Link: http://dejan.lekic.googlepages.com/dcurses.tar.bz2 It is there for years... :)this is unbefuckinglievable. an occult international plot to make d a cult language with secret libraries won't get any better than this. you are even better than the other undiscovered ramanujan over here. he rants and raves about his algorithms library. yes, it's online. yes, it has docs. yes, they are in html format. only all inside a fucking zip. a fucking zip you heard me right. but tar.bz2...... that beats him to the punch. why don't you put encryption on the archive while you're at it. shit.
Aug 07 2008
"superdan" wroteDejan Lekic Wrote:Are you serious? You have a problem downloading archives and opening them? And why should tar.bz2 be any more cryptic than zip? In fact, it is more acceptable on unix based systems, which is basically the only place you'd be using curses from. What would you prefer, a self installing msi package? BTW, the archive is 19KB. It was downloaded before I released the mouse button. -SteveI made binding to curses few years ago. Link: http://dejan.lekic.googlepages.com/dcurses.tar.bz2 It is there for years... :)this is unbefuckinglievable. an occult international plot to make d a cult language with secret libraries won't get any better than this. you are even better than the other undiscovered ramanujan over here. he rants and raves about his algorithms library. yes, it's online. yes, it has docs. yes, they are in html format. only all inside a fucking zip. a fucking zip you heard me right. but tar.bz2...... that beats him to the punch. why don't you put encryption on the archive while you're at it. shit.
Aug 07 2008
superdan wrote:Dejan Lekic Wrote:i know i shouldn't even bother but.... googling "ncurses d" gives a whole thread about his curses binding on the first hit, it's hardly secret. and since it's a *nix centric library, and tarballs are far more common on *nix systems than zips, tar.bz2 makes a lot more sense than a zip file.I made binding to curses few years ago. Link: http://dejan.lekic.googlepages.com/dcurses.tar.bz2 It is there for years... :)this is unbefuckinglievable. an occult international plot to make d a cult language with secret libraries won't get any better than this. you are even better than the other undiscovered ramanujan over here. he rants and raves about his algorithms library. yes, it's online. yes, it has docs. yes, they are in html format. only all inside a fucking zip. a fucking zip you heard me right. but tar.bz2...... that beats him to the punch. why don't you put encryption on the archive while you're at it. shit.
Aug 07 2008
Ummm... I cannot help but wonder what is Your problem...this is unbefuckinglievable. an occult international plot to make d a cult language with secret libraries won't get any better than this. you are even better than the other undiscovered ramanujan over here. he rants and raves about his algorithms library. yes, it's online. yes, it has docs. yes, they are in html format. only all inside a fucking zip. a fucking zip you heard me right. but tar.bz2...... that beats him to the punch. why don't you put encryption on the archive while you're at it. shit.
Sep 09 2008
Dejan Lekic wrote:I made binding to curses few years ago. Link: http://dejan.lekic.googlepages.com/dcurses.tar.bz2 It is there for years... :)yeah, i saw that before i started writing my own. I actually think yours is probably more complete than mine for the core curses library, while mine has support for the mouse, menu library and (almost) the form library. also mine doesn't require an extra d-centric library to link (which is the main reason i did my own), or extra initialization calls. then again yours has more natural access to those damn acs characters because of the extra linkage, and yours actually has some documentation.
Aug 07 2008
We could work together on this. IMHO that would be the best. If you have any ideas, requests, etc, do not hesitate to send me a mail. I am always open for constructive ideas. There are few people on IRC who are always interested in curses binding. Personally, I would very much welcome PDCurses support, because it works on Microsoft(R) Windows(TM). Problem is, PDCurses' structures are different from ncurses... But, I still think it is doable.yeah, i saw that before i started writing my own. I actually think yours is probably more complete than mine for the core curses library, while mine has support for the mouse, menu library and (almost) the form library. also mine doesn't require an extra d-centric library to link (which is the main reason i did my own), or extra initialization calls. then again yours has more natural access to those damn acs characters because of the extra linkage, and yours actually has some documentation.
Sep 09 2008
Yeah, i'd definitely be down for some collaboration, i'll fire off an e-mail on the subject. Dejan Lekic wrote:We could work together on this. IMHO that would be the best. If you have any ideas, requests, etc, do not hesitate to send me a mail. I am always open for constructive ideas. There are few people on IRC who are always interested in curses binding. Personally, I would very much welcome PDCurses support, because it works on Microsoft(R) Windows(TM). Problem is, PDCurses' structures are different from ncurses... But, I still think it is doable.yeah, i saw that before i started writing my own. I actually think yours is probably more complete than mine for the core curses library, while mine has support for the mouse, menu library and (almost) the form library. also mine doesn't require an extra d-centric library to link (which is the main reason i did my own), or extra initialization calls. then again yours has more natural access to those damn acs characters because of the extra linkage, and yours actually has some documentation.
Sep 17 2008