Skip to content

SDL2 abstraction layer for the HAGL graphics library

License

Notifications You must be signed in to change notification settings

tuupola/hagl_sdl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published