xcffib

xcffib is the XCB binding for Python (by tych0)

Xcffib Alternatives

Similar projects and alternatives to xcffib

  1. qtile

    104 xcffib VS qtile

    :cookie: A full-featured, hackable tiling window manager written and configured in Python (X11 + Wayland)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. nanovg

    NanoVG Haskell bindings

  4. barcodes-code128

    A Haskell library for generating Code 128 barcodes

  5. nehe-tuts

    0 xcffib VS nehe-tuts

    OpenGL NeHe tutorials converted to Haskell

  6. hip

    0 xcffib VS hip

    Haskell Image Processing Library (by lehins)

  7. X11

    2 xcffib VS X11

    A Haskell binding to the X11 graphics library.

  8. opengles

    A simplified OpenGL ES core wrapper library for Haskell.

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. vinyl-gl

    0 xcffib VS vinyl-gl

    Utilities for working with OpenGL's GLSL shading language and vinyl records.

  11. rhythm-game-tutorial

    Create a rhythm game with Haskell!

  12. x11-xim

    0 xcffib VS x11-xim

    haskell library to use xim

  13. OpenGLRaw

    0 xcffib VS OpenGLRaw

    Haskell bindings to OpenGL (direct C bindings)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better xcffib alternative or higher similarity.

xcffib discussion

Log in or Post with

xcffib reviews and mentions

Posts with mentions or reviews of xcffib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-04.
  • How to install on Ubuntu: my solution
    3 projects | /r/qtile | 4 Jul 2023
    #!/bin/bash # last updated July 4, 2023... “We will not go quietly into the night..."" # Update system sudo apt-get update # Install core dependencies sudo apt-get install -y python3-cffi libpangocairo-1.0-0 --reinstall # Install xcffib with pip # pinning to this version since newer versions don't have ffi_build (I think renamed to just ffi): # https://github.com/tych0/xcffib/tree/v0.12.1/module pip3 install xcffib==0.12.1 # Install cairocffi with pip # The order of xcffib and cairocffi is important and the flags are important: # https://github.com/qtile/qtile/issues/994#issuecomment-497984551 pip3 install --no-cache-dir --no-build-isolation cairocffi==1.4.0 # Install Qtile pip3 install qtile==0.22.1 --force-reinstall # Create a desktop entry for Qtile echo "[Desktop Entry] Name=Qtile Comment=Qtile Session Exec=qtile start Type=Application Keywords=wm;tiling" | sudo tee /usr/share/xsessions/qtile.desktop echo "Qtile installation completed successfully. You can select Qtile from your session manager."

Stats

Basic xcffib repo stats
1
99
7.9
19 days ago

tych0/xcffib is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of xcffib is Python.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com