Coder Social home page Coder Social logo

rterm's Introduction

What is it

rterm is a library to manipulate terminal/console. It is a Rust port of Go library termbox

Why

There are great libraries to build a TUI-based application. But most of them work only on Linux/OSX and do not support Windows(or only Windows 10). Some of them support any Windows but require extra terminal-emulators, like BearLibTerminal or pdcurses. I wanted to have something simple that can run inside standard console window(cmd.exe).

Description

At this moment the library works well on Windows(tested on Windows 7) but there is no support of Linux/OSX yet. While the library is quite usable, please see the main example that shows mouse drag/click and key processing in action:

Main Demo

it is still not ready to use in production:

  • The code needs Linux/OSX support
  • The code needs cleanup and refactoring:
    • too many public stuff (hide some of them should be good)
    • some features ported from termbox does not work and are inaccessible for a library user
    • little set of features, just basic ones
    • the code depends on winapi 0.2 - need updating to 0.3
    • etc

rterm's People

Contributors

vladimirmarkelov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.