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.
- Host: GitHub
- URL: https://github.com/pt300/dix
- Owner: pt300
- License: lgpl-2.1
- Created: 2017-01-06T16:51:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T14:55:08.000Z (over 8 years ago)
- Last Synced: 2025-01-30T01:28:31.587Z (about 1 year ago)
- Topics: console, console-framework, curses, terminal, windows
- Language: C
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)