An open API service indexing awesome lists of open source software.

https://github.com/pt300/dix

Simple Windows console UI lib.
https://github.com/pt300/dix

console console-framework curses terminal windows

Last synced: 11 months ago
JSON representation

Simple Windows console UI lib.

Awesome Lists containing this project

README

          

# Dix
Simple Windows console UI lib that believes **views** will know the best way to draw themselves.

Works with CMAKE, and is as thread-safe as WinAPI, with exception to modules/views. Thread-safety depends on the person who wrote them.

## How to use this thing
For that please refer to wiki pages on GitHub (not finished yet).

## Current plans for the library
- [ ] Finalise the idea on how the whole system will work (I take that back)
- [ ] Rewrite basic modules (66% done)
- [ ] Incorporate input methods
- [ ] Add support for mixed colour and non colour views
- [ ] Write new library which will serve as a collection of useful modules with views
- [ ] Rethink the idea of supporting multiple consoles at once (Involves spawning new processes)(Actually it might be easier than I thought)