View Single Post
  #32  
Old 05-16-2008, 09:50 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Rapidwolve24 View Post
Started with GScript. After that HTML, PHP, JavaScript. Now I am working on a game in C++. GScript made it much easier for me to learn these other languages quickly and its a great place to start.

Attached is a application I began programming with C++ a couple weeks ago.

At the moment the program has the following features:
  • [Custom]Has its own file format for resources (.ocr: levels, meshes, worlds)
  • [DirectX]Draws graphics (text, mesh files, images)
  • [WinSock]Connects to a server (only connects)
  • [DirectX]Reads input from devices (mouse, keyboard)
I don't think using C++ and DirectX itself is a good idea unless you're creating a high-level 3D gaming engine. You're probably better off using SDL in place of DirectX (SDL uses DirectX to render or can be set to work alongside OpenGL).

I would use C# and SDL.NET if I wanted to make a game.
__________________
Reply With Quote