Closed patrickw99 closed 4 years ago
The IDE has a few methods that are used to draw menus, dialog boxes and the text editor. These were coded as QB64 grew and are not easily separable. A separate TUI Library should probably be written from scratch.
@patrickw99 might wanna keep an eye on https://github.com/FellippeHeitor/tui
Is your feature request related to a problem? Please describe. I have been having a hard time finding a usable text user interface (tui) library. I have several programs That need a nice TUI.
Describe the solution you'd like Is it possible to separate the TUI part of the ide to a Library? That way I could write program interfaces that have the same look and feel of the ide.
Describe alternatives you've considered I have looked at using C libraries such as D-Flat++ Ncurses. D-Flat++ is only for dos and has no interface for qb46. Ncurses has a FreeBASIC interface but is to low level.