Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.192 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.62; '*S*': 0.01; 'subject:Python': 0.06; 'python': 0.11; "wouldn't": 0.14; 'pygame': 0.16; 'wrote:': 0.18; 'library': 0.18; 'certainly': 0.24; "shouldn't": 0.24; 'url:moin': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'scale': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:wiki': 0.31; 'libraries': 0.31; 'url:python': 0.33; 'fri,': 0.33; 'received:209.85': 0.35; 'good.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'subject:?': 0.36; 'url:org': 0.36; 'too': 0.37; 'list': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'bad': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'major': 0.40; 'skip:u 10': 0.60; 'games,': 0.60; 'first': 0.61; 'here:': 0.62; 'hear': 0.63; 'provide': 0.64; 'physics': 0.68; 'rendering': 0.68; 'game,': 0.84; 'subject:Game': 0.91; 'subject:Development': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Mq9++ppEYmVBQW45E1dkWlLiSzGk9VpCHJeN2ANAoQ4=; b=MiXMii2vMNr7O9cVkK2OSfqEnx78FAwBYv7m15+ag86H7EkhqB0kL6wc5T6Q93MCln 3aX8lnlHsEgrMINFZ3zGqnJHWr9BbrTkMu2RFKYNLdh54eXM3HtvtKwGKFTFOI/1zYv9 ANfVKKQQMEe/LBZOEDovl4NfPpIjdeJMGDFXhRE7Mg5Kj/Svj9NUD0YbJDu3/vZNszZV 9BedS4fInyce3yqSgJLB1ADcwz3K7we0TsfSmPualOG7MxErRMViUzQHwcxCIrHMlZAS RP9oerZLS6+/tITAh2NQvstchUYJt95xs776XJ6cZVylkh61MCiu3yZ195XFWg8H1QTP Nu1Q== X-Received: by 10.66.144.136 with SMTP id sm8mr4033844pab.115.1370630567589; Fri, 07 Jun 2013 11:42:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <25a7393d-f8dd-4f75-925f-89df31930d71@googlegroups.com> From: Ian Kelly Date: Fri, 7 Jun 2013 12:42:06 -0600 Subject: Re: Python Game Development? To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370630577 news.xs4all.nl 15927 [2001:888:2000:d::a6]:55258 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47346 On Fri, Jun 7, 2013 at 11:53 AM, Eam onn wrote: > Pygame isn't too good. You still need a lot of other libraries from what I understand(like for physics). Is there any alternative for 2D? I don't know of any Python libraries that provide both a rendering engine and a physics engine. I'm not sure why you say pyame "isn't too good". A library that only does one thing shouldn't be considered a bad library if it does it well. I hear that pygame doesn't scale very well to large games, and it certainly wouldn't be my first choice for a 3D game, but I've never had any major issues with it myself. There's a largish list of alternative libraries that you might consider here: http://wiki.python.org/moin/PythonGameLibraries