Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

SDL functionality have globals variable, so it cannot be really thread-safe if is misused. or at least might behave incorrectly due to SDL interaction. #124

Open Raffaello opened 4 years ago

Raffaello commented 4 years ago

still functions like drawing points in windows might be required to have a mutex to avoid weird situation if drawing a point and changing color in another thread.