tuupola / hagl_sdl2

SDL2 abstraction layer for the HAGL graphics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL2 Abstraction Layer for HAGL

This is an SDL2 abstraction layer for the Hardware Agnostic Graphics Library (HAGL). This repository serves as an example on how to create a simple HAL.

Software License

Demo

Simple demonstration displaying different graphics primitives.

$ git clone https://github.com/tuupola/hagl.git
$ git clone https://github.com/tuupola/hagl_sdl2.git
$ cd hagl_sdl2
$ make clean && make && ./demo

Slightly more interesting demo displaying old school demo effects.

$ git clone --recursive https://github.com/tuupola/sdl2_effects.git
$ cd sdl2_effects
$ make clean && make && ./demo

License

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

About

SDL2 abstraction layer for the HAGL graphics library

License:MIT License


Languages

Language:C 98.7%Language:Makefile 1.3%