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 2834b96f0d * project files cleanup 2023-08-01 16:59:32 +03:00
data * some more reorganizing 2023-02-03 07:16:29 +03:00
gpr * project files cleanup 2023-08-01 16:59:32 +03:00
source * rename Raster type to Pixel_Array 2023-07-29 22:24:23 +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 % correct path 2023-03-14 22:42:14 +03:00
README.md Comment on SDL 2022-08-20 23:54:18 +03:00

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.