473,394 Members | 2,168 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Any Game Developers here?

Any people that use Python as the predominant language for their game
development here?

~Michael
Jul 18 '08 #1
10 1973
Hello Michael,
Any people that use Python as the predominant language for their game
development here?

~Michael
Well, I make little CLI games that are extremely basic and have no actual
graphics, but i'm sure a few people actually use them in video games.

David
Jul 18 '08 #2
Michael Lubker wrote:
Any people that use Python as the predominant language for their game
development here?
You can find several whole (and reasonably large) communities of
Python/Game developers associated with some Open Source projects:

These two come to mind immediately. (Both have active new groups.)

Pygame: http://www.pygame.org/news.html

Pyglet: http://pyglet.org/

Gary Herron
~Michael
--
http://mail.python.org/mailman/listinfo/python-list
Jul 18 '08 #3
On Jul 18, 2:38*pm, Michael Lubker <snowballz.g...@gmail.comwrote:
Any people that use Python as the predominant language for their game
development here?

~Michael
The Panda3d engine supports the development of 3d simulations in
python. Disney uses the engine in two of their MMO games (toontown and
pirates of the carribean). CMU uses it in their virtual reality lab
course.

The source and pre built binaries are available at www.panda3d.org
Jul 18 '08 #4
I'm interested in general... I know about PyGame and Pyglet, and have
used both. We're currently using Python-Ogre. In the end, I am looking
to find people interested in my project ( see
http://youtube.com/watch?v=E0QQ9JuclxE ), but I also want to find
people experienced with Python in general, not just one library.
(though of course I know that's not too likely)

Aren't you one of the Escort Wing developers? :)

Thanks
Michael

On Fri, Jul 18, 2008 at 5:13 PM, Stephen Johnson <di*****@gmail.comwrote:
I use the Pyglet library to make games. You want to look at the pyglet and
pygame mailing lists, not this one. Use Google.
In my opinion, PyGame is clunky and Pyglet is elegant, simple, and
comprehensive. PyGame has more examples available, but Pyglet has great
documentation and enough examples to answer any questions you might have.
Both have active communities.

-Steve Johnson
On Jul 18, 2008, at 5:38 PM, Michael Lubker wrote:

Any people that use Python as the predominant language for their game
development here?

~Michael
--
http://mail.python.org/mailman/listinfo/python-list



--
~ "The world hates change, yet it is the only thing that has brought
progress." ~ Charles Kettering

http://snowballz.joey101.net
Jul 18 '08 #5
I also know about Panda. ~Michael

On Jul 18, 6:05*pm, "Michael Lubker" <snowballz.g...@gmail.comwrote:
I'm interested in general... I know about PyGame and Pyglet, and have
used both. We're currently using Python-Ogre. In the end, I am looking
to find people interested in my project ( seehttp://youtube.com/watch?v=E0QQ9JuclxE), but I also want to find
people experienced with Python in general, not just one library.
(though of course I know that's not too likely)

Aren't you one of the Escort Wing developers? :)

Thanks
Michael

On Fri, Jul 18, 2008 at 5:13 PM, Stephen Johnson <dior...@gmail.comwrote:
I use the Pyglet library to make games. You want to look at the pyglet and
pygame mailing lists, not this one. Use Google.
In my opinion, PyGame is clunky and Pyglet is elegant, simple, and
comprehensive. PyGame has more examples available, but Pyglet has great
documentation and enough examples to answer any questions you might have.
Both have active communities.
-Steve Johnson
On Jul 18, 2008, at 5:38 PM, Michael Lubker wrote:
Any people that use Python as the predominant language for their game
development here?
~Michael
--
http://mail.python.org/mailman/listinfo/python-list

--
~ "The world hates change, yet it is the only thing that has brought
progress." ~ Charles Kettering

http://snowballz.joey101.net
Jul 19 '08 #6
PyOhio sounds fun... I've been wanting to get some sort of Barcamp or
GameJam running where I live (in Austin, so you'd think there would be
people interested) but no-one will bite. :/

Escort Wing was a fun project... I did a few mods for EW1.

Will you release this demo anywhere? Just curious.

Thanks
Michael

On Fri, Jul 18, 2008 at 7:52 PM, Stephen Johnson <di*****@gmail.comwrote:
Yes, I wrote the music, the GUI, and bits of code here and there.. Will
Hogben is working on EW 2 for Freeverse right now. But that was in BlitzMax,
and I'm in greener pastures now, working on my demo for PyOhio.
-Steve Johnson
On Jul 18, 2008, at 7:05 PM, Michael Lubker wrote:

I'm interested in general... I know about PyGame and Pyglet, and have
used both. We're currently using Python-Ogre. In the end, I am looking
to find people interested in my project ( see
http://youtube.com/watch?v=E0QQ9JuclxE ), but I also want to find
people experienced with Python in general, not just one library.
(though of course I know that's not too likely)

Aren't you one of the Escort Wing developers? :)

Thanks
Michael

On Fri, Jul 18, 2008 at 5:13 PM, Stephen Johnson <di*****@gmail.comwrote:

I use the Pyglet library to make games. You want to look at the pyglet and

pygame mailing lists, not this one. Use Google.

In my opinion, PyGame is clunky and Pyglet is elegant, simple, and

comprehensive. PyGame has more examples available, but Pyglet has great

documentation and enough examples to answer any questions you might have.

Both have active communities.

-Steve Johnson

On Jul 18, 2008, at 5:38 PM, Michael Lubker wrote:

Any people that use Python as the predominant language for their game

development here?

~Michael

--

http://mail.python.org/mailman/listinfo/python-list

--
~ "The world hates change, yet it is the only thing that has brought
progress." ~ Charles Kettering

http://snowballz.joey101.net



--
~ "The world hates change, yet it is the only thing that has brought
progress." ~ Charles Kettering

http://snowballz.joey101.net
Jul 19 '08 #7
I used to use PyGame but the horrible delay waiting for OS X binaries
put me off.

I now use Pyglet extensively, and combine Pyglet + Rabbyt to get
amazing sprite handling speeds.

Pyglet/Rabbyt make use of OpenGL which comes installed on all the
major systems out there.

PyGame requires the installation of the SDL library to work so is a
lot larger installation requirement.

There are two books I know of currently in print on game programming,
both use PyGame as it was out first. One book is horrible and only
worth for cleaning yourself up after you use the bathroom. The second
is really well written (The L express game programming book) and
highly recommended if you need to get some basic game design and
programming under your belt in Python.

That said its stupidly easy to port examples to work on Pyglet/Rabbyt
so you won't do yourself a dis-service if you want to buy the book but
want to develop later in Pyglet/Rabbyt.

Cheers,
PN

P.S. Since you've likely found Pyglet and PyGame already, the only
other reference URL you need is for Rabbyt so go here for that:
http://matthewmarshall.org/projects/rabbyt/
2008/7/19 Michael Lubker <sn************@gmail.com>:
Any people that use Python as the predominant language for their game
development here?

~Michael
--
http://mail.python.org/mailman/listinfo/python-list
Jul 20 '08 #8
PS. To see some real games developed under pressure/time constraints
in Python you should visit PyWeek to see what individuals and teams
can create in only a weeks time!

http://pyweek.org/
2008/7/19 Michael Lubker <sn************@gmail.com>:
Any people that use Python as the predominant language for their game
development here?

~Michael
--
http://mail.python.org/mailman/listinfo/python-list
Jul 20 '08 #9
Rabbyt is developed by one of my colleagues.

I'm currently using Python-Ogre and Anims (for 3D animation, broken
off from Rabbyt by Matthew) for my game, SnowballZ.

Thanks
Michael

On Sat, Jul 19, 2008 at 10:33 PM, Python Nutter <py**********@gmail.comwrote:
I used to use PyGame but the horrible delay waiting for OS X binaries
put me off.

I now use Pyglet extensively, and combine Pyglet + Rabbyt to get
amazing sprite handling speeds.

Pyglet/Rabbyt make use of OpenGL which comes installed on all the
major systems out there.

PyGame requires the installation of the SDL library to work so is a
lot larger installation requirement.

There are two books I know of currently in print on game programming,
both use PyGame as it was out first. One book is horrible and only
worth for cleaning yourself up after you use the bathroom. The second
is really well written (The L express game programming book) and
highly recommended if you need to get some basic game design and
programming under your belt in Python.

That said its stupidly easy to port examples to work on Pyglet/Rabbyt
so you won't do yourself a dis-service if you want to buy the book but
want to develop later in Pyglet/Rabbyt.

Cheers,
PN

P.S. Since you've likely found Pyglet and PyGame already, the only
other reference URL you need is for Rabbyt so go here for that:
http://matthewmarshall.org/projects/rabbyt/
2008/7/19 Michael Lubker <sn************@gmail.com>:
>Any people that use Python as the predominant language for their game
development here?

~Michael
--
http://mail.python.org/mailman/listinfo/python-list


--
~ "The world hates change, yet it is the only thing that has brought
progress." ~ Charles Kettering

http://snowballz.joey101.net
Jul 20 '08 #10
In article <ma************************************@python.org >,
Python Nutter <py**********@gmail.comwrote:
>
There are two books I know of currently in print on game programming,
both use PyGame as it was out first. One book is horrible and only
worth for cleaning yourself up after you use the bathroom. The second
is really well written (The L express game programming book) and
highly recommended if you need to get some basic game design and
programming under your belt in Python.
Unfortunately, there are some serious bugs in the L-line book because the
author doesn't really understand Python. (I know this because I was one
of the tech editors.)
--
Aahz (aa**@pythoncraft.com) <* http://www.pythoncraft.com/

Adopt A Process -- stop killing all your children!
Jul 21 '08 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: step_y | last post by:
Those who is interested in computers, games can check out a free massive online strategy scifi game at http://www.spacefederation.net This game is also looking for staff, especially those in the...
23
by: BlackHawke | last post by:
Hello! This is my second post. Ppl really helped me with the first. I hope there are answers for this one as well I own a game company (www.aepoxgames.net) releasing the beta for our first...
1
by: BlackHawke | last post by:
Hello! My name is Nick Soutter, I am the owner of a small game company in San Diego, CA called Aepox Games (www.aepoxgames.net). Our first product, Andromeda Online...
4
by: The_Incubator | last post by:
As the subject suggests, I am interested in using Python as a scripting language for a game that is primarily implemented in C++, and I am also interested in using generators in those scripts... ...
138
by: theodp | last post by:
--> From http://www.techdirt.com/articles/20040406/1349225.shtml Microsoft Patents Saving The Name Of A Game Contributed by Mike on Tuesday, April 6th, 2004 @ 01:49PM from the...
0
by: Advertiser for `2D Games Development Central` | last post by:
New to game development? Need a headstart in creating that first game of yours? Want to meet others who share a passion for playing and creating games? Need support, but don't know where go for it?...
6
by: pereges | last post by:
I want to begin by making simple 2D games for Dos. What particular features of C should I look to strengthen ? I am not asking about the graphics bit but in general.
8
by: AeonOfTime | last post by:
Hi everyone, I have a concept for a pretty simple web game, and am currently considering my options regarding the storage of the game state. Ideally, I would like to have a custom server running...
0
by: jobs | last post by:
We are currently seeking talented Lisp Game Developers who are passionate about game development and want to play a major role in developing and maintaining new features for one of our persistent...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.