Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[VgaTerminal] Decouple drawing functionality from vgaterminal to window #122

Closed Raffaello closed 4 years ago

Raffaello commented 4 years ago
Raffaello commented 4 years ago

window is not really nothing special, more a wrapper around SDL functionality... later on should be reconsidered differently and instead of inheritance using composition....