Giter Club home page Giter Club logo

charn's Introduction

Charn

by Nick Black ([email protected])

image

It is silent now. But I have stood here when the whole air was full of the noises of Charn; the trampling of feet, the creaking of wheels, the cracking of the whips and the groaning of slaves, the thunder of chariots, and the sacrificial drums beating in the temples. I have stood here (but that was near the end) when the roar of battle went up from every street and the river of Charn ran red. All in one moment one woman blotted it out forever.

C.S. Lewis, The Magician's Newphew

Requirements

On Debian-derived systems, this includes:

  • autoconf
  • autoconf-archive
  • autoconf-gl-macros
  • docbook-xsl
  • libgl1-mesa-dev
  • libglew-dev
  • freeglut3-dev
  • libftgl-dev
  • libsoil-dev
  • libxdg-basedir-dev
  • libx11-xcb-dev
  • xcb-proto
  • libxcb-ewmh1-dev
  • libxcb-keysyms1-dev
  • libxcb-randr0-dev
  • libxcb-util0-dev
  • libxkbcommon-dev

Building

  • From git: autoreconf -fis && ./configure && make && sudo make install
  • From tarball: ./configure && make && sudo make install

Testing

Within an existing X session, it's best to use Xephyr. Xnest does not provide a sufficient xrandr implementation.

Reading

charn's People

Contributors

dankamongmen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

charn's Issues

Watch for more XInput2 events

Right now, we're just registering KEYRELEASE events. XInput2 makes available all manner of touch device etc events. Figure out how to get them, map them to meaningful descriptions, etc.

Connect keysym lookups to meaningful descriptions

In the XCB KEYRELEASE handler, we're decoding keycodes, but that just gives us an unsigned integer. We need somehow map these to descriptive strings, preferably using library code that handles localization and all the other crap.

DBus messages aren't being read

Upon receiving a DBus message, we continuously callback to the dbus handler, suggesting it is never actually pulling the message from the underlying socket. We're using dbus_connection_dispatch(), but probably incorrectly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.