Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinibiavatti1/TuiCss
Text-based user interface CSS library
https://github.com/vinibiavatti1/TuiCss
ascii css curses framework framework-css html5 layout msdos ncurses terminal text-based tui turbo-vision window
Last synced: 2 months ago
JSON representation
Text-based user interface CSS library
- Host: GitHub
- URL: https://github.com/vinibiavatti1/TuiCss
- Owner: vinibiavatti1
- License: mit
- Created: 2018-09-12T11:12:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T11:06:49.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:56:12.640Z (2 months ago)
- Topics: ascii, css, curses, framework, framework-css, html5, layout, msdos, ncurses, terminal, text-based, tui, turbo-vision, window
- Language: SCSS
- Homepage:
- Size: 1.16 MB
- Stars: 1,606
- Watchers: 18
- Forks: 69
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ccamel - vinibiavatti1/TuiCss - Text-based user interface CSS library (SCSS)
- Awesome-CSS-Resources - TuiCss: - based user interface CSS library. (Frameworks / Resources / T)
- spark-joy - Text UI CSS
- fucking-awesome-css-frameworks - **TuiCss** - Library to create MS-DOS interfaces. (Specialized)
- awesome-css-frameworks - **TuiCss** - Library to create MS-DOS interfaces. (Specialized)
README
TuiCss
Text-based user interface CSS library
-- Documentation --
-- Showcase --
### About
TuiCss is a library focused to create web applications using an interface based on ASCII table, like the old MS-DOS applications. This kind of interface is very legible because the ultra-contrast colors used and because the reduced effects used on the components in the view. The base of this project is Turbo Vision Framework, but some other frameworks were also checked to introduce some features to TuiCss, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), etc. Check the examples page in the wiki to stay on top of some creations, or check the getting started page to start using this library!
### Getting Started
To start to use TuiCss in your project, you can just download the repository content and import the files that are in the dist folder with the html directives. Alternatively, you can install the package with NPM using the following command:```bash
$ npm install tuicss
```For more details, visit the [Getting Started Page](https://github.com/vinibiavatti1/TuiCss/wiki/Getting-Started) in the repository wiki.
### Documentation
Check the [repository wiki](https://github.com/vinibiavatti1/TuiCss/wiki) to access the documentation, components index, examples, styles, or to know how to contribute to this project.