aboutsummaryrefslogtreecommitdiff
path: root/src/ui.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-12-04refactor: Use ratatui instead of deprecated tui library and also fix weird ↵omagdy1-20/+26
background of the playground it now matches your background of the terminal
2023-01-08Added a new todoomagdy71-0/+0
2022-10-27Made the screen fullscreen while animating and removed uncessary importsomagdy71-24/+25
2022-10-24Added all necessary data to the binary for shiping a stand-alone binaryomagdy71-20/+12
2022-10-23Replace hardcoded loop with actual reading of directory and picking the ↵pbspbsingh1-6/+21
pattern files
2022-10-23cargo fmtpbspbsingh1-13/+9
2022-10-23removed all the hardcoded paths and replaced them with a for loopomagdy71-2569/+16
2022-10-23Added relative paths to the patternsomagdy71-512/+512
2022-10-23Removed uncessary patterns.rsomagdy71-1/+0
2022-10-23Release under MIT and added a README file and gave credits to the pattern ↵omagdy71-44/+9
lexicon
2022-09-14Added all patterns to the code and made that you could select between them ↵omagdy71-20/+2569
with j and k and animate them with a and stop the animation with s
2022-09-14Added a few scripts to parse the large pattern file of game of life patterns ↵omagdy71-33/+36
and also added the functionality to scroll through the list and it affects the current world
2022-09-14Added a little bit of color to the alive cellsomagdy71-43/+86
2022-09-13Fixed a bug where the width was way more that its supposed to beomagdy71-7/+2
2022-09-13Added ui.rs which is responsible for the tui and changed the code to run the ↵omagdy71-0/+219
game of life in a block of the tui