Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 683 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 683 Bytes

GD HAL for HAGL

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.

Software License

Demo

$ 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

License

The MIT License (MIT). Please see License File for more information.