There were actually lots of different kinds, I'm sure. One example would be sierra's INSTALL.EXE program that was a color ASCII menu program to change audio settings/etc. Another example would be the old Borland Turbo Pascal or Turbo C++ interface with a "gray bar" across the top with dropdown menu options.
I know this is reaching pretty far out there.. I remember there being old shareware tools out there that would allow creation of those types of interfaces with either C or Pascal, and I was wondering if anybody else remembered those days and what those tools were called...
thanks,
..dane
What was that old ASCII menu system creator called?
Re: What was that old ASCII menu system creator called?
I have heard about a library called curses, and a 'free' version call ncurses for C.
Beyond that, I never experimented myself with this.
Beyond that, I never experimented myself with this.
- audiodane
- A Member Of Cap'n Tawmis' Scurvy Crew
- Posts: 525
- Joined: Sun Aug 29, 2010 12:14 am
- Location: ..strange but true..
- Gender: Confident
Re: What was that old ASCII menu system creator called?
Thanks Rakeesh, I will do some googling.. I don't think this is the same package that I was looking for, but it may be just (if not more) useful.
thanks!
..dane
thanks!
..dane
- MusicallyInspired
- Village Elder
- Posts: 3143
- Joined: Fri Oct 10, 2008 8:46 am
- Gender: Male
- Location: Manitoba, Canada
- Contact:
Re: What was that old ASCII menu system creator called?
At one point I set out to program my own ASCII menu system from scratch for my old 486 games. I succeeded but everything is hardcoded. I wanted to try programming it so that it would automatically read a specifically formatted config file instead but that's rather a lot more difficult to figure out. If I ever get that done I'd like to program a built-in config file editor right into the program as well.
01010100 01110010 01110101 01110011 01110100 00100000 01010100 01001000 00110001
Re: What was that old ASCII menu system creator called?
What you're referring to is Borland's Turbo Vision framework:
The C++ version was released as open source by borland. The code has since been ported to several platforms and can be found here.
The Turbo-Pascal version was never freely released, but there's back-port of the C++ version. Some info about it can be found here.
The C++ version was released as open source by borland. The code has since been ported to several platforms and can be found here.
The Turbo-Pascal version was never freely released, but there's back-port of the C++ version. Some info about it can be found here.
- audiodane
- A Member Of Cap'n Tawmis' Scurvy Crew
- Posts: 525
- Joined: Sun Aug 29, 2010 12:14 am
- Location: ..strange but true..
- Gender: Confident
Re: What was that old ASCII menu system creator called?
TURBO VISION! YES! That's IT!
Thank you so much. It was really killing me that I couldn't remember what it was called.. Yes yes yes ... awesome. SHOULD operate on newer machines too, since it's essentially "text-console-based." Off to try a few things out now. Thanks so much!
..dane
Thank you so much. It was really killing me that I couldn't remember what it was called.. Yes yes yes ... awesome. SHOULD operate on newer machines too, since it's essentially "text-console-based." Off to try a few things out now. Thanks so much!
..dane