SDL based host with extram mapped to framebuffer and simple gfx app to accompany it

This commit is contained in:
Toby Jaffey 2025-12-11 23:31:10 +00:00
parent 577aaadacd
commit e7485d5972
8 changed files with 336 additions and 0 deletions

View file

@ -33,3 +33,5 @@ RUN curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/inst
RUN arduino-cli core install arduino:avr
RUN apt-get install -y qemu-system-misc
# host-sdl
RUN apt-get install -y libsdl3-0 libsdl3-dev