Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zybreak/i3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo i3: A tiling window manager

i3 is a tiling window manager for X11.

For more information about i3, please see the project's website and online documentation.

For information about contributing to i3, please see CONTRIBUTING.md.


This is a fork of https://github.com/i3/i3/ where I have migrated the sourcecode from C to C++23 just for fun.

I have experimented with the following:

  • Converted the source code from C to C++23
  • Used C++20 modules
  • Played around with ANTLR4 to parse the configuration file
  • Use XPP as a wrapper for XCB
  • Used GMock and GTest for mocking and unittests
  • Conan2 as a dependency manager
  • CMake + ninja as a build system

It builds (on my machine) with a minor patch to libev (its broken when used in conjunction with C++20 modules) with clang 18 and Cmake 3.28.3

About

A tiling window manager

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.3%
  • Perl 20.4%
  • CMake 1.1%
  • Python 1.0%
  • Ruby 0.7%
  • Shell 0.3%
  • Other 0.2%