Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aceinetx/twn

I was bored so I made a console window manager
https://github.com/aceinetx/twn

console terminal window-manager

Last synced: about 2 months ago
JSON representation

I was bored so I made a console window manager

Awesome Lists containing this project

README

        

# TWn
### Console window manager on NCurses with helpful api to make TWn applications
![2024-05-12-16-54-48](https://github.com/aceinetx/TWn/assets/158546973/c94a138e-dcde-4805-b429-084ec88d0dc3)
#### Archived due to bugs that I can't fix
## UI Elements implemented
- Window (of course)
- Button
- Input
- Label
- Checkbox
## Documentation
[API](APIDOCS.md)

[How to use](HOWTOUSE.md)


If you notice any segmentation faults, please publish it on issues with gdb logs
## Known issues
- EXTERMELY unstable on 32 bit devices (segfaults, invalid rendering)
- Doesn't work with msys/cygwin
## Tested devices/linux systems
- Ubuntu 22.04 (Works perfectly)
- Termux x64 (Works ALMOST perfectly (I noticed some color issues))
- Arch linux (Works perfectly)
- VSCode terminal (Works perfectly)
## Work-In-Progress/Planned features
- No-Mouse mode (Implemented)
- Multi Desktop workspaces (Implemented)