https://github.com/rdbo/tinywm-rs
Implementation of tinywm in Rust with XCB
https://github.com/rdbo/tinywm-rs
Last synced: 4 months ago
JSON representation
Implementation of tinywm in Rust with XCB
- Host: GitHub
- URL: https://github.com/rdbo/tinywm-rs
- Owner: rdbo
- License: agpl-3.0
- Created: 2023-08-27T22:29:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T22:39:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T18:13:04.147Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinywm-rs
An implementation of `tinywm` written in Rust with XCB support
## License
Read the file `LICENSE` in the root directory of the repository
## Credits
Special thanks to [mackstann](https://github.com/mackstann) for his great [tinywm](https://github.com/mackstann/tinywm) project, which I learned a lot from.