Skip to content
/ NetCurses Public

Curses like library for C#, running under Windows and Mac/Linux via Mono

License

Notifications You must be signed in to change notification settings

ttww/NetCurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetCurses

Curses like library for C#, running under Windows and Mac/Linux via Mono

The lib can be used to optimize output to the console (or terminal) window.

See https://en.wikipedia.org/wiki/Curses_(programming_library)

Currently the project is a small playground without proper structure and coding guidelines :-)

Compile / build in VS or with msbuild NetCurses.sln

Running with mono src/NetCurses/bin/Debug/NetCurses.exe inside an UTF/Unicode aware terminal (eg. iTerm on mac). Do not run it inside the VS terminal frame, looks like the stdin/outs are redirected and the VS hangs...

Worm/Frame Test: WormFrameTest

About

Curses like library for C#, running under Windows and Mac/Linux via Mono

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages