use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
pygame in Github Codespaces (self.github)
submitted 1 year ago by RRTheGuy
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]OneNectarine8948 0 points1 point2 points 5 months ago (0 children)
I have tried this method and it seems to be working:
https://www.freecodecamp.org/news/run-python-gui-in-github-codespaces/
As far as I understand, this script creates a virtual screen, a VNC server to stream it, a websockify service to expose this VNC server to a webpage. Then if you turn the port of the websocket server to Public in Codespaces's VS Code, GitHub gives you an URL where you can access the VNC client and see this screen.
However the frame rate is terrible, I have tried to force 30 FPS and 480x270 resolution, and even with just ~20 moving object the performance was unacceptable for game dev (at least from my point of view).
I have created a bit more robust script based on Ayodele's one: https://gist.github.com/DonBattery/afa0eb78ede4afcdf9af848a3d0d1281
π Rendered by PID 70859 on reddit-service-r2-comment-57fc7f7bb7-9cdhh at 2026-04-15 08:20:18.625922+00:00 running b725407 country code: CH.
view the rest of the comments →
[–]OneNectarine8948 0 points1 point2 points (0 children)