Home

Awesome

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?

Why use GLib?

What OSes does it run on?

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
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 for development
src/        The main library source code
test/       Old demo/test program from GRX 2.x
tools/      Utility programs

License

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.