Giter VIP home page Giter VIP logo

jsx11's Introduction

This is a very early X11 implementation in JavaScript. Currently it's targeting Node.js, but there's no reason it should need to be restricted to just that. The protocol portions and the Node-specific portions will be kept as separate as is sensible.

The goal of this project is to have a platform for easy experementation with the X11 protocol, in both server and client situations.

Wouldn't it be cool to have an X11 server running in your browser, powered by nothing but JS and perhaps a canvas tag? What about an X11 proxy which allows you to disconnect a running X11 program from one X11 server and reconnect it to another? Want to write a window manager in pure JavaScript? These are the sorts of ideas I want to play with, and I don't want to have to touch a single line of C code to do it (and in the case of JS X server running in the browser, I don't want to have to rewrite portions of my code just because part of it runs in the browser and part of it on the server).

So far, there's a framework for parsing and encoding X11 requests, and a single message type (the connect message), is implemented. Next up is implementing the connection response and then the entire core X11 protocol. After that, extensions which make sense, like the Shape extension and RandR.

jsx11's People

Contributors

pib avatar

Stargazers

 avatar  avatar

Watchers

 avatar James Cloos avatar

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.