The Beat Saber Experience
1:43
6 ай бұрын
OpenGL Core 3.3+ Vehicle Game
0:54
5 жыл бұрын
pyPhys3D Gravity Cube Example
0:21
7 жыл бұрын
Python CodeBytes - Input
8:30
8 жыл бұрын
Python CodeBytes - Return
6:50
8 жыл бұрын
Python CodeBytes - Parameters
6:40
8 жыл бұрын
Python CodeBytes - Functions
7:19
8 жыл бұрын
Python CodeBytes - Types
6:50
8 жыл бұрын
Python CodeBytes - Variables
6:52
8 жыл бұрын
Python CodeBytes - Hello, world!
5:33
Пікірлер
@Rangbatt
@Rangbatt 12 күн бұрын
Hi Billy Appreciate the video/feedback. The white stuff as you call it is Thermal adhesive which is required for the NTC10K thermistors. As for balance wires overlapping this isn't the case in-between each wire that does need to overlap there is a small circler fish paper piece so the wires do not make contact. Fitting these packs really does come with experience we have fitted many into the stock XR box without issues granted in some cases modifications to the battery box is required for the best fitment possible. Either way great video 👏
@thebillington
@thebillington 12 күн бұрын
Thanks for the response Chris! Appreciate you taking the time to reply. Overall I'm very happy with the battery but wanted to take some time to share my feedback. As for fitting to the stock box, I know that this is doable and that you offered to fit it for me with shipping my original box included in the cost, but after seeing the fitment I made the decision to upgrade to the Torque Box for my own peace of mind.
@lddanks
@lddanks 13 күн бұрын
Awesome vid thanks Billy!
@Ktreez420
@Ktreez420 13 күн бұрын
This was a great video!
@lillihitchings4420
@lillihitchings4420 9 ай бұрын
I've just watched your teacher video intro to tphysics - brilliantly clear explanation of the pedagogy you've used in creating tphysics and suggested ways to use it in the classroom - thank you. I'll be exploring your tutorials over the Easter break and am looking forward to introducing it to my learners next term. Absolutely excellent, well done!
@pygamebooker
@pygamebooker Жыл бұрын
A very cool python project, I recommend to check it out! Ideal for the transition of simple turtle graphic toward a more complex 2D game engine
@JustManjjj
@JustManjjj 5 жыл бұрын
nice
@superyoni2012
@superyoni2012 6 жыл бұрын
What to do if the game is just a black screen? and we can't play, I downloaded the code from your link. (using python 3.7)
@thebillington
@thebillington 6 жыл бұрын
Hi Yonatan. This demonstration was built for python 2.7 and I am fairly certain it is not compatible with python 3+. You can download a version of python 2.7 to test with.
@superyoni2012
@superyoni2012 5 жыл бұрын
@@thebillington thank you very much :D Another little request Do you have any API for the PodSixNet library please? :)
@יונתןזרוד
@יונתןזרוד 5 жыл бұрын
Another problem 😅 I downloaded 2.7 and still the black screen problem :(
@junseohong7012
@junseohong7012 6 жыл бұрын
how can i install podsixnet for python three? the pip install doesn't work
@thebillington
@thebillington 6 жыл бұрын
ryan hong Hi Ryan, it would be helpful if you let me know what your error messages are so we can identify the problem. What message do you get when the install fails?
@junseohong7012
@junseohong7012 6 жыл бұрын
thank you for replying. here's the error message. File "<string>", line 1, in <module> File "C:\Users hong\AppData\Local\Temp\pip-install-s60k5xn5\PodSixNet\setup.py", line 13, in <module> execfile("PodSixNet/version.py") NameError: name 'execfile' is not defined
@zarrexx
@zarrexx 7 жыл бұрын
I have a website and a python game complete separately, how would I put the pygame into my website and have them work in multiplayer? Thanks
@thebillington
@thebillington 7 жыл бұрын
Hi zarrexx, unfortunately it is impossible to run a pygame instance inside of a browser window, and even if it were possible you would need to have a server running several instances of your game. If you are wanting to build games in browser I suggest looking at using JavaScript and a HTML canvas. For a brief introduction, check out the w3 schools game tutorial: www.w3schools.com/graphics/game_canvas.asp
@Mythrunes
@Mythrunes 7 жыл бұрын
The first move of the second player will cause desync for me.
@Mythrunes
@Mythrunes 7 жыл бұрын
After moving around for a few seconds the characters are in different places on one screen compared to the other.
@Mythrunes
@Mythrunes 7 жыл бұрын
The desync is only occurring in the x axis.
@Mythrunes
@Mythrunes 7 жыл бұрын
Only occurring with the second player, the first player is always displayed correctly.
@Mythrunes
@Mythrunes 7 жыл бұрын
The first time the 2nd player moves, he jumps in the x axis by around 64 pixels on one screen only, from then on, he will be dysnced by that amount and all further movements will be coherent.
@potech9226
@potech9226 7 жыл бұрын
nice!
@reh.4919
@reh.4919 7 жыл бұрын
Thank you.
@diliupg
@diliupg 7 жыл бұрын
This is great news. How do we run this on two computers? Do we need Python. Pygame and all other code on both machines? Can you please give some info on that?
@thebillington
@thebillington 7 жыл бұрын
diliup gabadamudalige School holidays have finished now so I'm back to teaching but I'll be working on this in the next few weeks. I haven't had it running yet but it should be as simple as specifying the IP address of the server at runtime and then connecting to this externally with the client. I'll let you know when I get an example running.
@thebillington
@thebillington 7 жыл бұрын
Also I forgot to mention that you will need Python, Pygame and PodSixNet installed on both machines, unless you decide to compile the code.
@matias1890
@matias1890 7 жыл бұрын
Thanks for the video! Can you please tell me how to connect two separate computers (which both have pygame and podsixnet)?
@alastairholland4433
@alastairholland4433 8 жыл бұрын
UNIX = DOS = LINUS = LINUX
@chrisahmed1084
@chrisahmed1084 8 жыл бұрын
Hi .. Thanks for your videos .. They are really interesting .. I am just wondering if you can help me with a problem in C# I am stuck and looking for help
@thebillington
@thebillington 8 жыл бұрын
Chris Ahmed thank you for your comment, what seems to be the problem? I haven't done C# for a while but let me know more about your issue and I will help if I can.