Giter Site home page Giter Site logo

ramen's Introduction

ramen

This is a windowing library that was once meant to be pretty nice but now serves as a backbone for OpenGMK, mostly hacked together in a few weeks. I do not recommend using it for any purpose.

Features

input
Enabled by default, provides events for keyboard and mouse input.
parking-lot
Replaces the synchronisation primitives with those from parking_lot for improved performance. Recommended in release mode.

Building

ramen is purposefully minimal on dependencies, so for the most part, you’ll be able to just add it as a dependency for your project with no extra hassle. To build with the X11 backend (usually when building for Linux), you’ll need the development files installed for the following libraries:

  • libX11
  • libxcb

If the input feature is enabled:

  • libxcb-xinput
  • libxkbcommon

The corresponding libraries will also need to be installed on the target machine - otherwise you’ll get an Unsupported error from Connection::new().

Licence

Due to the proprietary nature of games, ramen is available under the short and permissive zlib/libpng licence.

ramen's People

Contributors

0x08088405 avatar adamcake avatar

Stargazers

 avatar Tilman Roeder avatar Garrett Walker avatar

Watchers

 avatar

Forkers

scratchminer

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.