# TextUserInterfaces.jl **Repository Path**: mirrors_asmodehn/TextUserInterfaces.jl ## Basic Information - **Project Name**: TextUserInterfaces.jl - **Description**: Text user interfaces for Julia - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TextUserInterfaces.jl ===================== [![Build status](https://github.com/ronisbr/TextUserInterfaces.jl/workflows/CI/badge.svg)](https://github.com/ronisbr/TextUserInterfaces.jl/actions) [![](https://img.shields.io/badge/docs-dev-blue.svg)][docs-dev-url] **WARNING**: This package should be considered alpha! This package wraps the C library **ncurses** and provide a Julia-like API to build text user interfaces. The development was highly based on the package [TermWin.jl](https://github.com/tonyhffong/TermWin.jl). If you want to use this package as a NCurses wrap, then it should work well. Notice that if you want a function that is not available, please submit an issue or (better) a pull request. For the vast majority of cases, this should be a very easy modification. If you want to use this package expecting a good Julia API to create text-based windows and widgets, then you should wait a little. The API is not ready yet. However, help is very welcome! We have a proof of concept in `examples` folder of a Tic Tac Toe game creating using the current API: ![](./docs/src/assets/TUI-TicTacToe.gif) [docs-dev-url]: https://ronisbr.github.io/TextUserInterfaces.jl/dev