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

ropwareJB/curses.hx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Curses for Haxe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages