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 f723a6f767 +! Change Interval and Box behaviour
This includes imcompatible changes.
Now Interval.Last is increased by 1.
2023-03-14 01:51:45 +03:00
data * some more reorganizing 2023-02-03 07:16:29 +03:00
gpr * nicer gpr 2023-02-05 18:37:36 +03:00
source +! Change Interval and Box behaviour 2023-03-14 01:51:45 +03:00
.gitignore + some code 2022-05-11 19:48:26 +03:00
LICENSE Initial commit 2022-05-11 14:20:03 +00:00
Makefile + Surface-to-surface rendering 2022-09-13 17:35:15 +03:00
README.md Comment on SDL 2022-08-20 23:54:18 +03:00

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.