Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1.48 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.48 KB

Curses.hx

A library for interfacing with Curses APIs in various languages via Haxe.
Now you can make pretty terminal applications in Haxe.

Curses is a library for writing GUI-like interfaces in terminal applications.


Samples

Haxe
Python
C++

Installation

haxelib git curses https://github.com/Montycarlo/curses.hx.git 

Help! This doesn't work on Windows

'True' Curses was never really ported to Windows. I'm aware of UniCurses for the python taraget which has a Windows implementation, but I'm not sure about others. Something to do more research on.

Contributions

Contributions are welcome and greatly appreciated. Let me know in some manner what you're working on so effort is not duplicated.

If you have an issue relating to usage of the library, please check the samples directory, or search online for some Curses tutorials. Teaching you Curses is not this packages' job. If you're getting some bad behaviour, ie it's not compiling with input you believe is valid, submit an issue, or fork and issue a pull request!

TODO List (Maybe?)

  • PHP NCurses
  • More samples