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-08-17 17:08:40 +03:00
examples + introducing Surface 2022-08-17 17:08:40 +03:00
source + introducing Surface 2022-08-17 17:08:40 +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
cortex_m4_video_base.gpr + Cortex-M4 build 2022-08-16 18:51:51 +03:00
LICENSE Initial commit 2022-05-11 14:20:03 +00:00
ravenscar_full_stm32f429disco_video_base.gpr + Ravenscar Full STM32F429Disco project 2022-08-17 15:48:13 +03: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.