Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47368
| 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 | <ian@feete.org> |
| 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 <ian@feete.org> |
| 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 <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.2877.1370673068.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On 07/06/13 16:53, letsplaysforu@gmail.com wrote: > I was planning on making a small 2D game in Python. Are there any libraries for this? I know of: > > • Pygame - As far as I know it's dead and has been for almost a year > • PyOgre - Linux and Windows only(I do have those, but I want multi-platform) > • Cocos2D - Won't install and cant find any support > • PyCap - Can't find any documentation > • Panda3D - Dead since 2011 + overkill for what I need > • PyOpenGL - Overkill > > Any help on what to do with this would be appreciated. I am making games mainly in Lua but I'd like to make one in Python for fun. I also understand 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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