Skip to content

Commit

Permalink
major code refactoring, added simple keyboard controls, switched to r…
Browse files Browse the repository at this point in the history
…equest-based rendering
  • Loading branch information
Im-Beast committed Oct 26, 2021
1 parent 97f97e2 commit 33a7ba4
Show file tree
Hide file tree
Showing 27 changed files with 977 additions and 1,022 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.lab
.vscode
8 changes: 8 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# The MIT License (MIT)
## Copyright © 2021 Im-Beast

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Deno TUI
Deno TUI is module for creating terminal user interfaces
# ⌨️ Deno Tui

# WIP
Deno TUI is currently **Work In Progress**, look [here](https://github.com/Im-Beast/deno_tui/projects/1) to see whats missing
**Current status:** [**W**ork **I**n **P**rogress](https://github.com/Im-Beast/deno_tui/projects/1)

## 📚 About
TUI is module for easy creation of Terminal User Interfaces.

## 🤝 Contributing
I'm open to any idea and criticism.
Feel free to add any commits, issues and pull requests!

## 📝 Licensing
This project is available under MIT License conditions.
67 changes: 0 additions & 67 deletions box.ts

This file was deleted.

89 changes: 0 additions & 89 deletions button.ts

This file was deleted.

93 changes: 0 additions & 93 deletions checkbox.ts

This file was deleted.

Loading

0 comments on commit 33a7ba4

Please sign in to comment.