Tagged Questions
Python is a dynamically and strongly typed programming language that encourages readability.
1
vote
0answers
29 views
How would I export my bullet Rigid bodies in Blender?
Hello, i am using Blender 2.57 and right now im having a bit of trouble, Im using Bullet Physics to setup my physics, and i found out that im able to export my blender physics(aka bullet physics) to a …
3
votes
2answers
88 views
Efficient player state architecture in Google App Engine
I am investigating Google App Engine for use in a browser based MMO. The player will make a server request when ever they build, buy or do any other action that the server needs to process. Therefore …
2
votes
2answers
84 views
RenPy : Get an image depending on variables
I'm in the end of finishing a little game for friends made with RenPy and I'm having a hard time finding a simple solution to do the following.
At the start of the game, the player choose between a …
0
votes
3answers
74 views
How to convert .max files to .egg on linux
I am very new to 3d graphics and game engines and panda3d and python. I followed few panda3d tutorials and now I want to test them with few new models. High majority of 3d models in the internet are …
7
votes
2answers
235 views
Python Performance vs Game Maker
I was originally thinking of creating a game with Python and SFML. I understand Python is slow compared to C++, but how is it compared to Game Maker?
The main reason I ask is I recently played a Game …
-2
votes
1answer
146 views
game of tetris in python using pygame
I've just implemented a very rudimentary game of tetris in python using pygame and would like anybody to constuctively criticize me.
It's my first program of substantial length so there are bound to …
0
votes
1answer
95 views
Importing python DirectX into c++ DirectX program
Hello, I'm not asking for code or anything, just some advice on what to google, because I have no idea what to call this process.
I made a video player (with full controls) with python and DirectX …
0
votes
1answer
98 views
Cocos2d+pybox2d vs Cocos2d-Iphone
Hi guys and gals ,
I'm now working with two guys for making our first pc indie game and we decide to use cocos2d+pybox2d ( yeah , 2d python game :) ). We decide this based on what i seen in cocos2d …
4
votes
2answers
97 views
How to write reuseable components for pygame
Is there a recommended way to write reuseable components for pygame? Simple example would be a FPS counter. Should I write a class which has an init, update and draw method and call them from inside a …
1
vote
3answers
186 views
Help me choose an engine
So far i've been trying to make a RTS in pygame but, i feel like 2d is not enough and pygame has me do a lot of stuff that i would not like doing. What i would like doing is working on the AI gameplay …
2
votes
1answer
158 views
Python or C server hosting for indie development
I've written a lot of the game, but it's singleplayer. Now we want to join up and play together.
I want to host it like an MMO, but haven't got any personal ability to host (no static IPs or direct …
4
votes
2answers
206 views
What is the best online game framework for Python?
I want create online game with Python. Is there any framework or library to make it easier? I would like it if the framework provided things like character attributes, such as health.
6
votes
3answers
515 views
OpenGL - Stack overflow if I do, Stack underflow if I don't!
Hi,
I'm in a multimedia class in college, and we're "learning" OpenGL as part of the class. I'm trying to figure out how the OpenGL camera vs. modelview works, and so I found this example. I'm trying …
2
votes
3answers
419 views
Best Python 3d Engine
I want a straight 3d Python engine. Easily obtainable for linux and easy to use.
I tried soya3d which failed for me because of the lack of documentation.
I also really want to be able to load common …
0
votes
0answers
68 views
Loading Obj Files in Soya3d engine
I recently just found soya3d and from what i have seen through the tutorials i will be able to make exactly what i wanted with python skills.
Now i have built this map generator. The only issue is …