Coder Social home page Coder Social logo

titik's Introduction

titik

Build Status Latest Version

Titik is a crossplatform TUI widget library with the goal of being able to interact intuitively on these widgets.

Screenshot

It uses crossterm as the underlying backend.

To run the demo use the following command:

cargo run --example demo 2>/dev/null

Note: 2>/dev/null is sending the debugging log from eprintln into the /dev/null device

Without doing so, will result a flicker in your screen caused by debugging info and tui mixed in one terminal output.

Alternatively, you can pipe the debugging log from eprintln into a file say /tmp/debug.log by doing so:

cargo run --example demo 2>/tmp/debug.log

You can then open a new terminal and tail the /tmp/debug.log file

tail -f /tmp/debug.log

License: MIT

titik's People

Contributors

ivanceras avatar

Stargazers

 avatar  avatar Roman Nazarov avatar  avatar Varsh avatar yqy avatar Ishan Marikar avatar Cristobal Rodriguez avatar incredimo avatar Melody avatar Noah 🥥 avatar  avatar �̪̜̳̣͏�̡͚̺͖̣͈̬̥̀ͮ͂͋ͨ́̄͑͌́̍̊̊̆̋̄̀͠͠͠͠҉̴̷̨̡̢̢́̀͘͢J͊̊ͩ̂ͬ̎́͑̋ͬ͒͆ͯ̌ͭ̋̿ͦͩ҉̶̛̕͘̕͟͏̷̵̵̢̀̀͘͜͡͝͡K̘̬̮̓ͨ̔͗̔͑͘͞͏̨̡͢͢͜͝͝͝o̴̷̞̰̩̣̩͚̻̞̩̱̝̲̦ͩͬ͒͑̉ͤ̊̐͛ͥ̽̚͝͡͠R̷̴̡̨̛͇̖̺͚̲̞̠̜̳͚͊ͩͣ̌ͪ̔ͯ̂́̀͘͘͟͟͝͝ͅḛ̗̓ͥ͐͐ͫ͌̃̏́ͤ1̴̴̸̴̴̨̨͆̑ͦͭ͆͑͛͋̑ͯ̕̕͟͟͡͡3͕͙̜̭̥̞̜͙̖̬̯̻͚̮͎͙̼̔ͯͪͅ͏̵̵̢̧́͜͢͟͡҉̢́́̕͢ avatar Wildan Zulfikar avatar  avatar Kyle L. Davis avatar David Nishikaze avatar Conor Sinclair avatar fuggy avatar Megatron avatar Czxck001 avatar Nyle Cohen avatar Aarmn the limitless avatar sonopictorial avatar Satyam Tiwary avatar Dylan Arndt avatar Brice Allen avatar Stéphane Busso avatar LukasDoesDev avatar Rishad Baniya avatar Marius Ungureanu avatar Jonny Petraglia avatar Rodrigo Stuchi avatar Letícia Maria Pequeno Madureira avatar muralivnv avatar Alex Strand avatar ૮༼⚆︿⚆༽つ avatar ebigram avatar Jackson Ming Hu avatar  avatar Grzegorz Wierzowiecki (parity) avatar Grzegorz Wierzowiecki avatar Ujjwal Panda avatar SendPalm avatar Keisuke Toyota avatar Florian Neumann avatar  avatar Luke Matthew Sutton avatar BobH avatar  avatar Scott avatar Juse Less avatar Dillon Chan avatar  avatar Mitică avatar Joel Parkinson avatar  avatar James Duncan avatar MOZGIII avatar Gil Gonçalves avatar Qinghua Hong avatar iden wood avatar Cezar avatar Zhao Xiaohong avatar Feyz SARI avatar Igor Feitosa Sampaio avatar Toan Tran avatar Arijit Basu avatar Evan Hutomo avatar Orhun Parmaksız avatar  avatar chris west avatar Alexander Fefelov avatar  avatar Andrew Dirksen avatar Matthew Remmel avatar Vladimir Markelov avatar tg-z avatar netgusto avatar  avatar Pierre-Yves Lebecq avatar zshaik avatar yvt avatar Kristoffer Plagborg Bak Sørensen avatar Francis Du avatar Justin Woodring avatar Kevin Kamper Meejach Petersen avatar João Alves avatar  avatar flw avatar Martin avatar Colby Cellador avatar Matthias Beyer avatar  avatar  avatar  avatar Hadrien G. avatar Yozone Wang avatar  avatar Songday avatar

Watchers

Martin avatar  avatar James Cloos avatar  avatar  avatar

titik's Issues

Radio buttons are exclusive options

In the demo image, two radio buttons are shown selected at the same time. If they are meant to be of the same group, they should be exclusive (selecting one deselects the other).

Performance regression in crossterm 0.23.0

To reproduce the regression, checkout this repo and run the examples

git clone --depth=1 https://github.com/ivanceras/titik

To run the examples using crossterm 0.18.0, the TUI is snappy and responsive.

cargo run --release --example simple
cargo run --release --example demo

To run the examples using crossterm 0.23.0, the TUI is very sluggish/slow.

cargo run --release --example simple --no-default-features --features crossterm_new
cargo run --release --example demo --no-default-features --features crossterm_new

Unicode character in `demo`

If I enter a Unicode character (I tried ë) in the "Hello World!" line the character is shown but the application crashes when I enter another character (also ASCII).

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.