8.10.07

Framework 1.0

Have been busy building a very simple game engine like framework using OpenGL and SDK for the MigraInE project. It is coming together slowly and steadily. Planning to start on a relatively lower resolution map on 2 dimension with some elevation data and get the geographic grid figured out. Have been thinking of various ways to implement the world :

1. simple flat world, with a flat rectangular map with grids but elevation
2. a spherical world, that is still gridded with elevation
3. a world that can go both ways as the viewer goes from the global to local views (like civ4)

Realtime rendering of the world is also being thought of using the elevation data and somehow optimizing the time that it takes to read and populate the arrays. vtkDEMReader() crashes when I use a DEM file larger than around 5 MB. So, need to think of something else, probably will use preprocessed heightmaps.


This screen is just a 5400X2700 jpg of the BMNG format texture mapped into a sphere. Not anything fancy just as yet.

21.8.07

Initial Stages

At present, I am in the initial stages of implementation, experimenting with different datasets, libraries and tools which I can use effectively. So far I have tried : SDL/OpenGL for drawing in OpenGL, vtk(visual tool kit) for simple visualizations, GDAL+OGR libs for reading/storing/writing GIS data. I'm planning to use C++ for the project. Have already downloaded some sample DEM data from the USGS GTOPO30 dataset and played with some command line gdal & ogr tools. I was able to generate some images through these tools which I then tried to read in Paraview 3.x. Next, I'm planning to try out some widget libraries like FLTK, wxWidgets and Qt for the GUI.

playing with sample data in Paraview 3.0.2

Other general thoughts: need some climate data that is useful enough to document drastic change in the physical features of the world over the ages, need some basic anthropological factors that probably influenced ancient human migration, need to establish a basic rule-based algorithm for the simulation of the migration etc..

16.8.07

MigraInE: A tool to simulate human migration

Migration of Independent Entities - MigraInE. This is inspired by the Genographic Project by Dr. Spencer Wells and Craig Reynolds' boids. For a detailed discussion of the Genographic Project & Boids take a look at:
The Genographic Project
Craig Reynolds's boids

Human migration is a very interesting topic. It has fascinated a lot of scholars in the past. Migration is a continuous process and its happening everyday, everywhere in this world. My project would simulate humans as artificial migratory beings controlled by various factors like food, shelter(land), resources, climate etc. The journey of humans can be tracked in a real-time simulation over time starting at around 200,000 BC. Unlike the Genographic project which is based on the analysis of mtDNA of volunteers across the globe, this would be based on various physical, social & climatic factors that govern the migration. Historically important climatic changes will affect the route the humans take. I hope it would be an interesting journey for me to document the journey of men from the dawn of humans.