Skip to content

Commit

Permalink
Cleared references to other languages!
Browse files Browse the repository at this point in the history
  • Loading branch information
joseaverde committed Nov 18, 2021
1 parent f356313 commit ef88872
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,14 @@ Malef is a terminal/console-handling library written in Ada.
[![License: FDL 1.3](https://img.shields.io/badge/License-FDL%20v1.3-blue.svg)](http://www.gnu.org/licenses/fdl-1.3)

## Description
**Malef** is an open source and free library written in Ada (with some parts
written in C) to create Terminal User Interfaces with an approach similar to
graphical libraries. It will also provide bindings to the C and Python3
programming languages (they haven't been implemented yet).
**Malef** is an open source and free library written in Ada to create Terminal
User Interfaces with an approach similar to graphical libraries. It will also
provides bindings to the [C](https://github.com/joseaverde/CMalef) and
[Python3](https://github.com/joseaverde/PyMalef). programming languages.

You can see examples in the [examples directory](examples/).


## Bindings
The Malef library will have bindings for other programming languages like C or
Python3 in the future, a few tests have been done in early versions where they
perfectly work. I'm putting them aside for now until I have a strong library
core and API.

## Compilation

| System | Status |
Expand All @@ -44,13 +38,6 @@ will be added.
| Linux | ![Linux](https://img.shields.io/badge/tests-passing-success) |
| Windows | ![Windows](https://img.shields.io/badge/tests-not_implemented-important) |

| Language | Status |
|:--------:|:------:|
| Ada | ![Ada](https://img.shields.io/badge/tests-passing-success) |
| C | ![C](https://img.shields.io/badge/tests-not_implemented-critical) |
| Python3 | ![Python3](https://img.shields.io/badge/tests-not_implemented-critical) |


## How to build it?
Better instructions will be given in the future. But basically download GNAT
and run
Expand Down

0 comments on commit ef88872

Please sign in to comment.