Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.059 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'python': 0.11; 'windows': 0.15; 'from:addr:ian': 0.16; 'pygame': 0.16; 'received:208.97.132.81': 0.16; 'those,': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'install': 0.23; 'this?': 0.23; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'appreciated.': 0.29; 'libraries': 0.31; 'received:208.97': 0.31; 'received:208.97.132': 0.31; 'received:66.33': 0.31; 'received:66.33.216': 0.31; 'received:66.33.216.122': 0.31; 'received:dreamhost.com': 0.31; 'received:g.dreamhost.com': 0.31; 'received:hapkido.dreamhost.com': 0.31; 'thanks!': 0.32; 'linux': 0.33; "i'd": 0.34; 'received:66': 0.35; "can't": 0.35; 'possible.': 0.35; 'but': 0.35; 'there': 0.35; 'subject:?': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'planning': 0.38; 'heard': 0.39; 'to:addr:python.org': 0.39; 'ian': 0.60; 'tell': 0.60; 'received:208': 0.61; 'making': 0.63; 'email addr:gmail.com': 0.63; 'charset:windows-1252': 0.65; 'of:': 0.68; 'wish': 0.70; 'game,': 0.84; 'subject:Game': 0.91; 'subject:Development': 0.95 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=feete.org; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=feete.org; bh=HwJJ2fN Mo2JOk1YBtxMqKmwEBmA=; b=BG1rZDOoYThkkrOoHOi5XYYfntujPGYMxKq7+EC foojmr9v6ZpTuCO1sCo5QyPFG7JNd9t6wXA6qANDtMfHnzoQ5YdeY3x9sEhuiybh ZK7oN0yM6XXtgAoH8KMEhF2z07+cADDAubjDSpK6RmA0aa54dXqtgT8DaOBAkIyZ J9X0= Date: Sat, 08 Jun 2013 07:30:51 +0100 From: Ian Foote User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python Game Development? References: <25a7393d-f8dd-4f75-925f-89df31930d71@googlegroups.com> In-Reply-To: <25a7393d-f8dd-4f75-925f-89df31930d71@googlegroups.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370673068 news.xs4all.nl 15866 [2001:888:2000:d::a6]:53546 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47368 On 07/06/13 16:53, letsplaysforu@gmail.com wrote: > I was planning on making a small 2D game in Python. Are there any libra= ries for this? I know of: > > =95 Pygame - As far as I know it's dead and has been for almost a year > =95 PyOgre - Linux and Windows only(I do have those, but I want multi-p= latform) > =95 Cocos2D - Won't install and cant find any support > =95 PyCap - Can't find any documentation > =95 Panda3D - Dead since 2011 + overkill for what I need > =95 PyOpenGL - Overkill > > Any help on what to do with this would be appreciated. I am making game= s mainly in Lua but I'd like to make one in Python for fun. I also unders= tand that Python isn't exactly the *BEST* choice programming a game, but = I have heard it is possible. Tell me if it's true. Thanks! > You might also wish to consider Kivy (kivy.org). Regards, Ian F