Python Forum
podsixnet,pyopengl and pygame api list?(full) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: podsixnet,pyopengl and pygame api list?(full) (/thread-1979.html)



podsixnet,pyopengl and pygame api list?(full) - hsunteik - Feb-08-2017

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)


RE: podsixnet,pyopengl and pygame api list?(full) - Larz60+ - Feb-08-2017

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



RE: podsixnet,pyopengl and pygame api list?(full) - metulburr - Feb-08-2017

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.


RE: podsixnet,pyopengl and pygame api list?(full) - hsunteik - Feb-08-2017

anyone have podsixnet api or tutorial?


RE: podsixnet,pyopengl and pygame api list?(full) - nilamo - Feb-17-2017

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?