Running PC-BASIC in browser. #243
nmanumr
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Hi Nauman, First of all, congratulations! That's impressive. Thanks for sharing your code - I'll certainly try and play around with it a bit. On your questions:
This turned out to be a long message, hope the background helps |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have successfully been able to compile PC-BASIC for browsers using pyodide.
I had to make a lot of blocking code async so that It can work in browser. I'm using pygame interface on browser which seems to work out of the box.
Question
I notices its mentioned that pygames interface is deprecated and will be removed in upcomming version. I just wanted to ask why it was deprecated.
Future Plans
PS: here is my fork
Beta Was this translation helpful? Give feedback.
All reactions