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 2fa036ac71 some style correction 2023-08-15 23:42:31 +03:00
data * some more reorganizing 2023-02-03 07:16:29 +03:00
gpr * buildscript update 2023-08-03 19:50:18 +03:00
source some style correction 2023-08-15 23:42:31 +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 * Changes in build scripts due to SDLAda removal 2023-08-03 18:56:29 +03:00
README.md Comment on SDL 2022-08-20 23:54:18 +03:00
ref.bmp + Ellipse algorithm 2023-08-03 00:06:32 +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.