PDA

View Full Version : Which Languages?



bwh2
April 11th, 2007, 04:07 PM
what languages could be used to develop something like this?: http://www.techcrunch.com/2007/04/10/watch-your-network-play-space-invaders/

Templarian
April 11th, 2007, 04:24 PM
^any really. It would probably take a lot of network knowledge *(and its probably installed as a client to monitor hard drive activity, or something of the sort).

C++ (OpenGL or DX). This would probably take a whole team of devs to make though (and one 3d guy).

bwh2
April 11th, 2007, 04:36 PM
sorry, i wasn't clear enough. i'm just interested in the graphical aspect, not the networking aspect.

by any really, you mean.... (i'm not terribly knowledgeable about languages used to develop client apps)

Templarian
April 11th, 2007, 07:04 PM
oh, 3d max, maya, anything that can do simple animations (the graphics for it were not to advanced other than the particle effects.

Jeff Wheeler
April 11th, 2007, 07:45 PM
Any language with an OpenGL interface. Most likely, C++ or similar.

bwh2
April 11th, 2007, 08:05 PM
thanks guys. that should be enough for me to get started. i'm interested in creating a client app that presents data in more interesting views than the web really enables (except via flash AS or JS) and this seems like the best option.