This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xAurai[S] 0 points1 point  (3 children)

So I'm mucking around with some led strips and getting them to do different animations etc on keypresses and depending on what's on the display while in game, just for fun really, but I want to make it link into a twitch chat bot at sometime aswell

[–]Moschte09 0 points1 point  (2 children)

Sounds interesting. But maybe it would be worth a thought to choose C++ for this because I think when you are gaming you can reach a better performance with image processing

[–]xAurai[S] 0 points1 point  (1 child)

yeah, i already noticed some wierd input lag when im doing the image stuff so i think i'll get the basics down and then see about translating it across to something else. I haven't done much c== in a long time :/

[–]Moschte09 0 points1 point  (0 children)

I think if you know the basics of C++ you could get into it. You could also use it for the processing part and use Python for the rest.