Hihi Fediverse-brain!
I'm thinking about a small project: a trivia game for Twitch.
The screen would show a trivia question, people would type their answers into Twitch, and it would show a score.
I can easily do the back-end development. But I want to know a good system for the display.
Because the real inputs are coming from Twitch, and because I plan to create the system as multiple, low-coupled components, the display will need to respond to calls that are not from the keyboard and mouse. For example, the display might listen to commands from a port.
I'll be writing this on an OSX system, but I want to be able to run it on any UNIX platform.
What programming language and libraries would you recommend?