Closed Thread
Results 1 to 8 of 8

Thread: Graphics?

  1. #1
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    Graphics?

    Posted via CodeCall MobileOk, so I have made a few very simple games in Python but they are all text-only, how can I make some very simple graphics in python to implement in some games that I will be making.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    PythonPower's Avatar
    PythonPower is offline Programming Professional
    Join Date
    Feb 2009
    Posts
    228
    Rep Power
    13

    Re: Graphics?

    I have heard great things about PyGame:

    pygame - python game development

  4. #3
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    Re: Graphics?

    Posted via CodeCall Mobile Ok, could you recomend any good pygame tutorials?

  5. #4
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: Graphics?

    In the left sidebar on the PyGame website, which PythonPower gave you a link to, you can find a link to several tutorials. On the PyGame website you can also find various projects using PyGame, which you can download and use for inspiration.

  6. #5
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    Re: Graphics?

    Posted via CodeCall Mobile oops, well thanks for the help. Is there a specific place i should post examples of my work?

  7. #6
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: Graphics?

    If you want to show your work, you have three options. You can either make a tutorial out of it and post it here, you can post it as code snippets for inspiration to others here, or you can make a blog entry out of it and post it here.

  8. #7
    psam is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    34
    Rep Power
    10

    Re: Graphics?

    If you wish to make 3d games i recomend you use panda3d instead of pygame.

  9. #8
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    Re: Graphics?

    Posted via CodeCall Mobile ok thanks for the help, maybe once i get 2d games down ill start with panda 3d

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. graphics in c++
    By thapchi in forum C and C++
    Replies: 6
    Last Post: 03-08-2010, 06:15 PM
  2. Graphics in VB.NET Part 2 - Graphics
    By Vswe in forum Visual Basic Tutorials
    Replies: 4
    Last Post: 11-07-2009, 06:03 PM
  3. Need some graphics help
    By HowdyDoody in forum General Programming
    Replies: 1
    Last Post: 09-28-2009, 06:20 PM
  4. Need Help. Graphics in C
    By Julia008 in forum C and C++
    Replies: 10
    Last Post: 10-31-2008, 10:15 AM
  5. Graphics in C++
    By Kaabi in forum General Programming
    Replies: 3
    Last Post: 11-12-2007, 02:39 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts