Python Forum
podsixnet,pyopengl and pygame api list?(full)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
podsixnet,pyopengl and pygame api list?(full)
#1
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)
Reply
#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
Reply
#3
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.
Recommended Tutorials:
Reply
#4
anyone have podsixnet api or tutorial?
Reply
#5
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?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pygame full screen help corsasri 2 2,830 Mar-20-2024, 07:35 AM
Last Post: reginarodriguez
  Pygame deleting list index. TheHumbleIdiot 4 4,925 Apr-10-2019, 05:30 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020