Fork me on GitHub
Nation Pigeon

Viewing Tags game dev

Game development Update

31st August 09 | Programming, Projects

For the last couple of days I’ve been playing around with panada3D game engine. So far with out much problems I’ve been able to create 3D sound, landscape collision, 3rd and first person camera. I have also been messing around with blender and been able to UV map my models that I make useing it. [...]

[ Read More → ]

Set start_point for Panda3D useing Blender

30th August 09 | Programming

How to create a start point position for your maps/models useing blender and Panda3D. When I was following the Roaming Ralph sample code I was unable to recreate the world model to use the start point value. This is how to do it. Step One: Create a Vertex or plane, any thing, in the place [...]

[ Read More → ]

Frame rate independent movement in PyGame

19th August 09 | Programming

To make sure that your game runs the same on all computers that can handle it. You will need to make sure that your actions are independent from the frame rate. To do this in python you can put this code above the game loop framerate = 60 #frames per second clock = pygame.time.Clock() and [...]

[ Read More → ]

MMORPG Update #2

9th March 09 | Programming, Projects

Okay so after a very long time here is a MMORPG Codename Starquest Update.  This only contains some basic images, which have been created useing the IrrLicht engine and varius other applications such as 3D Studios Max, Blender, Earth Sculptor and Photoshop. Below shows the lightmapping test on a room mesh. The lighting was created [...]

[ Read More → ]

Python RTS [END]

9th June 08 | Programming

This post will have all the information about the Python based RTS that I am about to start to develop with the help of everyone in Nation Pigeon forum. It will be written with python as the main language and then extra modules expected to be used will be PyGame, twisted and possible PyOpenGL. This [...]

[ Read More → ]

Project RTS

10th May 08 | Gaming, Programming

I have decide to start work on a simple RTS game, it will use python and some other modules. I will start work on it once I have finished collage, next week, I hope to have it completed or at least more than half way finished by the start of the collage. The game will [...]

[ Read More → ]

PyWeek

11th March 08 | Gaming, Programming

Okay on the 30th of (March) this month to the 6th of April PyWeek is happening. It’s a week where python game programmers are given to create a game useing pyGame, pyOpengl etc. Would any one be interested in creating a team? I will be doing it even if no one is. You don’t need [...]

[ Read More → ]

Copyright © 2007 ∞ Nation Pigeon - Designed by Peter Mayanrd
Theme Based on Black-Green - Fork it on GitHub