Python Forum

Full Version: podsixnet,pyopengl and pygame api list?(full)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want the full api (method/function and variable) or tutorial of the following library:
1)podsixnet(most needed,because there are NO api or tutorial about this library on the web)
2)pygame(i can find the api/documentation from the web,so i dont really need it,but a full list here will be better,so i can refer here everytime i need)
3)pyopengl(see 2)
To install podsixnet: clone from github: https://github.com/chr15m/PodSixNet/
then change to the directory and run:
python setup.py install
the other two will install with pip
pip install pygame
pip install pyopengl
pygame tutorials are all over the internet, you just need to find them. However a lot of the books describe non OOP methods which results in spaghetti code. Some people have youtube video if that is your thing. But mostly the good ones are not tutorials at all, but just examples. Each repo contains various tasks, and they are all in OOP. WE also have site up for docs and tutorials
http://python-gaming.com/pygame/docs/tuts/index.html And the utorials are also listed on this forum
https://python-forum.io/Forum-Game-Tutorials


I dont know about the rest as i never used them.
anyone have podsixnet api or tutorial?
The "tutorial" looks baked into the readme of the library. https://github.com/chr15m/PodSixNet
Should be good enough to get up and running, depending on your usage.

(Feb-08-2017, 10:30 AM)metulburr Wrote: [ -> ]WE also have site up for docs and tutorials
http://python-gaming.com/pygame/docs/tuts/index.html

What in the world is THAT?! Is that ours?