Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #47346

Re: Python Game Development?

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 <ian.g.kelly@gmail.com>
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 <c2268c76-6b3d-48b6-9037-c821df8bfb68@googlegroups.com>
References <25a7393d-f8dd-4f75-925f-89df31930d71@googlegroups.com> <c2268c76-6b3d-48b6-9037-c821df8bfb68@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Fri, 7 Jun 2013 12:42:06 -0600
Subject Re: Python Game Development?
To Python <python-list@python.org>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2859.1370630577.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Fri, Jun 7, 2013 at 11:53 AM, Eam onn <letsplaysforu@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python Game Development? letsplaysforu@gmail.com - 2013-06-07 08:53 -0700
  Re: Python Game Development? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-07 10:21 -0600
    Re: Python Game Development? Eam onn <letsplaysforu@gmail.com> - 2013-06-07 09:28 -0700
      Re: Python Game Development? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-07 10:35 -0600
      Re: Python Game Development? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-07 10:36 -0600
      Re: Python Game Development? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-06-07 16:39 +0000
      Re: Python Game Development? Larry Hudson <orgnut@yahoo.com> - 2013-06-07 22:04 -0700
  Re: Python Game Development? Eam onn <letsplaysforu@gmail.com> - 2013-06-07 10:53 -0700
    Re: Python Game Development? Matty Sarro <msarro@gmail.com> - 2013-06-07 14:00 -0400
    Re: Python Game Development? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-07 12:42 -0600
  Re: Python Game Development? Dan Stromberg <drsalists@gmail.com> - 2013-06-07 14:50 -0700
  Re: Python Game Development? Ian Foote <ian@feete.org> - 2013-06-08 07:30 +0100
  Re: Python Game Development? Jan Riechers <janpeterr@freenet.de> - 2013-06-08 14:52 +0300
  Re: Python Game Development? Nobody <nobody@nowhere.com> - 2013-06-08 15:17 +0100
    Re: Python Game Development? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-08 17:01 +0100
  Re: Python Game Development? alex23 <wuwei23@gmail.com> - 2013-06-11 19:27 -0700

csiph-web