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.
Find a file
2022-05-12 02:08:27 +03:00
examples + opening SDL window 2022-05-11 22:39:29 +03:00
source * Integer geometry made better 2022-05-12 02:08:27 +03:00
.gitignore + some code 2022-05-11 19:48:26 +03:00
common.gpr + some code 2022-05-11 19:48:26 +03:00
LICENSE Initial commit 2022-05-11 14:20:03 +00:00
README.md Initial commit 2022-05-11 14:20:03 +00:00
video_sdl.gpr + some code 2022-05-11 19:48:26 +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.