Giter Site home page Giter Site logo

tanglemore / grx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ev3dev/grx

0.0 1.0 0.0 7.44 MB

GRX 3 Graphics Library

License: GNU General Public License v2.0

C 83.11% C++ 2.04% CMake 1.46% Vala 8.32% Python 3.00% Shell 0.12% JavaScript 1.89% Dockerfile 0.06%

grx's Introduction

GRX 3

GRX 3 is a graphics library for simple graphics displays. It also includes keyboard, mouse, joystick and touchscreen input support.

It is developed and maintained by ev3dev.org for use with LEGO MINDSTORMS EV3. It also works great with other displays like Adafruit's PiTFT displays.

About/FAQ

Why revive an old graphics library instead of using a "modern" library like SDL?

  • Other libraries do not handle 1-bit-per-pixel displays (at least not very well). LEGO MINDSTORMS EV3 has a monochrome display, so this is a necessity.
  • Other libraries rely on floating point heavily. GRX 3 uses integers mostly. This is important for performance because LEGO MINDSTORMS EV3 does not have a hardware floating point processor.

Why use GLib?

  • Using GLib allows other programming languages to use this library with minimal effort using GObject Introspection.

What OSes does it run on?

  • Currently, it runs on Linux and macOS.

Getting Around

On the web:

Source code directories:

addons/     Last remains of some code from GRX 2.x - not used (but might be useful)
bindings/   Bindings for other programming languages
cmake/      Some CMake modules (this is a git submodule)
data/       Various data files
debian/     Debian packaging stuff
doc/        Documentation
docker/     Dockerfiles for cross-compiling
example/    Examples of how to use GRX 3
include/    Public header files
plugins/    Pluggable components, such as video drivers
scripts/    Scripts used during build
src/        The main library source code
test/       Old demo program from GRX 2.x
tools/      Utility programs

License

  • See copying.grx for details!
  • The library itself is LGPL.
  • The tools and examples are GPL.

History

GRX was originally written in the 1990s by Csaba Biegl for DJ Delorie's DOS port of the GCC compiler.

GRX 2.x was actively maintained until about 2012 and was ported to many different platforms.

grx's People

Contributors

dlech avatar

Watchers

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.