This is a GD HAL for the lightweight hardware agnostic graphics library HAGL. This repository serves as an example on how to create a simple HAL.
$ git clone git@github.com:tuupola/hagl.git
$ git clone git@github.com:tuupola/hagl_gd.git
$ cd hagl_gd/example
$ make clean && make mandelbroot && ./mandelbroot && feh hagl.png
$ make clean && make palette && ./palette && feh hagl.png
The MIT License (MIT). Please see License File for more information.