entropic3105
Posts: 10
Joined: Thu Jun 13, 2013 5:27 pm

Colour in Pygame

Wed Jun 26, 2013 7:53 pm

I'm planning on programming with Pygame in the future but I'd like to have good graphics on my game that are 3D and with shadows and lots of different textures and colours. How do I make 3D graphics and lots of colours in Pygame?
Warning: I am completely clueless!

toxibunny
Posts: 1382
Joined: Thu Aug 18, 2011 9:21 pm

Re: Colour in Pygame

Wed Jun 26, 2013 8:28 pm

For 3d graphics, You'll want to use pi3d: search the forums for a long thread about it, and go to http://www.pi3d.org/

For general pygame stuff, there's loads of tutorials on the web, youtube, and lots of printed books. Just work your way through the tutorials, starting at the beginning - there's a heck of a lot to learn, so pace yourself :)


http://eli.thegreenplace.net/category/p ... -tutorial/

http://inventwithpython.com/pygame/chapters/

etc.
note: I may or may not know what I'm talking about...

Return to “Python”