GithubHelp home page GithubHelp logo

jwrr / lcurses Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lcurses/lcurses

0.0 0.0 0.0 210 KB

Lua bindings for Curses

Home Page: http://lcurses.github.io/lcurses

License: MIT License

Shell 53.21% C 35.88% Lua 1.88% Makefile 0.99% M4 8.04%

lcurses's Introduction

lcurses

By the lcurses project

License travis-ci status Stories in Ready

lcurses is a curses binding for LuaJIT, Lua 5.1, 5.2 and 5.3; like many Lua modules it simply binds to the C APIs of the curses library, so it won't build unless you have the headers and libraries to compile and link against an installed curses library already on your system. However, in the past it has been tested against pdcurses, ncurses and a few proprietary curses implementations.

For a while, lcurses was shipped inside luaposix, but now it has its own repository and release schedule again.

Documentation is generated via LDoc and is available at:

http://lcurses.github.io/lcurses/

lcurses is released under the MIT license (the same license as Lua itself). There is no warranty.

Installation

The simplest and best way to install lcurses is with LuaRocks. To install the latest release (recommended):

    luarocks install lcurses

To install current git master (for testing):

    luarocks install https://raw.githubusercontent.com/lcurses/lcurses/master/lcurses-git-1.rockspec

To install without LuaRocks, check out the sources from the repository and run the following commands:

    cd lcurses
    ./bootstrap
    ./configure --prefix=INSTALLATION-ROOT-DIRECTORY
    make all check install

Dependencies are listed in the dependencies entry of the file rockspec.conf. You will also need Autoconf and Automake.

See the Automake generated INSTALL file for configure instructions, and use configure --help after a successful ./bootstrap for details of available command-line switches.

Bugs reports & patches

Bug reports and patches are most welcome. Please report bugs and make suggestions by opening an issue on the github tracker.

There is no strict coding style, but please bear in mind the following points when writing new code:

  1. Follow existing code. There are a lot of useful patterns and avoided traps there.

  2. 8-character indentation using TABs in C sources; 2-character indentation using SPACEs in Lua sources.

lcurses's People

Contributors

edwardbetts avatar gvvaughan avatar hishamhm avatar jjandresson avatar jwrr avatar rhodiumtoad avatar rrthomas 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.