https://github.com/linarcx/lucien_wm
A simple compositing window manager written in c++ and opengl.
https://github.com/linarcx/lucien_wm
libx11 opengl windowmanager
Last synced: about 1 year ago
JSON representation
A simple compositing window manager written in c++ and opengl.
- Host: GitHub
- URL: https://github.com/linarcx/lucien_wm
- Owner: LinArcX
- License: gpl-3.0
- Archived: true
- Created: 2022-08-12T09:17:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T10:20:44.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T05:15:21.750Z (over 1 year ago)
- Topics: libx11, opengl, windowmanager
- Language: C++
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lucien_wm
A simple compositing window manager written in c++ and opengl.
# Prerequisites
- make
- cmake
- clang
# Build
```
git clone https://github.com/LinArcX/lucien_wm
cd lucien_wm
mkdir -p output/cmake output/debug output/release
cd output/cmake/
cmake -DCMAKE_BUILD_TYPE=Release ../..
make -j8
```
## Test with Xephyr
`./run.sh`
## License
