User Ratings

★★★★★
★★★★
★★★
★★
7
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Many thanks to the developers!
  • This project is definitely useful, and has a good start, but the code needs some love before it can be used for anything serious. The inablility to asynchonously interact with the UI event loop makes multithreaded programming with this library unsafe. For example, if you have a program that performs some asynchronous activity and wants to display its current status on the screen, there is no way to get the UI event loop to unblock from its call to getch() and safely modify the widgets. You just have to modify the widget state from your own UI thread and hope that the user doesn't choose that moment to hit a key.
  • Great projects, thank you for posting!
  • Very nice app :)
  • best project
  • Platforms available... WINDOWS? False. Only Windows 32 bits. In Windows 64 bits fails everywhere.
  • Thank goodness for this project. It's really criminal that Java doesn't have decent console handling after all these years.
  • Great project. Just what I was looking for. I just have one problem: when going to fullscreen in my Linux (25x80), instead of drawing lines it replaces those characters with chars such as - (hyphen-minus), | (vertical bar) and + (plus sign). :(