All Projects β†’ TamasSzekeres β†’ x11-cr

TamasSzekeres / x11-cr

Licence: MIT License
X11 bindings for Crystal language.

Programming Languages

crystal
512 projects

Projects that are alternatives of or similar to x11-cr

Xsuspender
πŸ‘€ πŸ’» πŸ’€ πŸ”‹ Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (+65.63%)
Mutual labels:  unix, x11, desktop
gobble
Rust rewrite of Devour
Stars: ✭ 23 (-28.12%)
Mutual labels:  unix, x11, window-manager
Nscde
Modern and functional CDE desktop based on FVWM
Stars: ✭ 526 (+1543.75%)
Mutual labels:  unix, x11, window-manager
shod-old
hybrid (floating and tiling) tabbed window manager
Stars: ✭ 56 (+75%)
Mutual labels:  unix, x11, window-manager
shod
mouse-based window manager that can tile windows inside floating containers
Stars: ✭ 126 (+293.75%)
Mutual labels:  unix, x11, window-manager
X11docker
Run GUI applications and desktops in docker and podman containers. Focus on security.
Stars: ✭ 3,797 (+11765.63%)
Mutual labels:  x11, desktop
Hadlock
X window manager
Stars: ✭ 141 (+340.63%)
Mutual labels:  x11, window-manager
Pmenu
A pie-menu in xlib and imlib2.
Stars: ✭ 66 (+106.25%)
Mutual labels:  unix, x11
Xmenu
a x11 menu utility
Stars: ✭ 145 (+353.13%)
Mutual labels:  unix, x11
Paperview
A high performance X11 animated wallpaper setter
Stars: ✭ 999 (+3021.88%)
Mutual labels:  x11, desktop
Xnotify
read notifications from stdin and pop them up on the screen
Stars: ✭ 97 (+203.13%)
Mutual labels:  unix, x11
Azpainter
Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Official repository - http://azsky2.html.xdomain.jp/arc/download.html
Stars: ✭ 179 (+459.38%)
Mutual labels:  unix, x11
Dewm
A pure go autotiling window manager written with literate programming
Stars: ✭ 225 (+603.13%)
Mutual labels:  x11, window-manager
Hypr
Hypr is a tiling window manager written in modern C++.
Stars: ✭ 659 (+1959.38%)
Mutual labels:  x11, window-manager
katriawm
A non-reparenting, dynamic window manager with decorations
Stars: ✭ 53 (+65.63%)
Mutual labels:  x11, window-manager
Simple
The Simple Intelligent and Modular Programming Language and Environment
Stars: ✭ 120 (+275%)
Mutual labels:  unix, desktop
Yabar
A modern and lightweight status bar for X window managers.
Stars: ✭ 646 (+1918.75%)
Mutual labels:  x11, window-manager
Quicktile
Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
Stars: ✭ 719 (+2146.88%)
Mutual labels:  x11, window-manager
tkbash
Build fancy GUIs via command line
Stars: ✭ 34 (+6.25%)
Mutual labels:  x11, desktop
airyx
A BSD-based OS project that aims to provide an experience like and some compatibility with macOS (formerly known as airyxOS)
Stars: ✭ 2,490 (+7681.25%)
Mutual labels:  unix, desktop

x11-cr

X11 bindings for Crystal language.

GitHub release Docs

Installation

Add this to your application's shard.yml:

dependencies:
  x11:
    github: TamasSzekeres/x11-cr

Then run in terminal:

shards install

Usage

require "x11"

module YourModule
  include X11 # For simpler use
end

For more details see the examples in /examples folder.

Samples

Build and run the low-level sample:

  cd examples/sample_window
  shards build
  ./bin/sample_window

Sample Window

Build and run the high-level sample:

  cd examples/sample_window_hl
  shards build
  ./bin/sample_window

Documentation

You can generate documentation for yourself:

crystal doc

Then you can open /docs/index.html in your browser.

Or you can view last commited documentation online at: https://tamasszekeres.github.io/x11-cr/.

Contributing

  1. Fork it ( https://github.com/TamasSzekeres/x11-cr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].