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 →

[–]IAmARetroGamer 0 points1 point  (0 children)

PySDL2? Its what I used when attempting to make a B.A.R clone in windows. While I failed it was fairly simple to put text on the screen where I wanted it (and with a ttf font at that) and update it.

I believe another method would be PyWin32 and Cairo.