A graphics and video I/O library written in Ada. Made to provide necessaries for graphics in an embedded environment as well as in hosted one. It is not a hardware driver. Necessary backend you have to write yourself.
Go to file
Vovanium 5d01e562cd + Simple transformations 2024-03-28 13:02:25 +03:00
data
gpr + zfp profile building 2024-03-25 21:13:32 +03:00
source + Simple transformations 2024-03-28 13:02:25 +03:00
.gitignore
LICENSE * licence updated (not changed though) 2023-08-31 15:49:30 +03:00
Makefile + clean target 2023-09-07 22:38:03 +03:00
README.md
ref.bmp

README.md

Video_library

A graphics and video I/O library written in Ada. Made to provide necessaries for graphics in an embedded environment as well as in hosted one. It is not a hardware driver. Necessary backend you have to write yourself.

SDL backend

SDL backend bindings here are only an example. It is bast to write good native bindings for each OS as well as for bare hardware.