Jump to content

Wave simulation program

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Wavemarx

Wavemarx

    Newbie

  • Members
  • Pip
  • 1 posts
Hi
I am about to start work on a program which simulates waves in a 3 Dimensional, elastic medium. The medium I have envisioned consists of a very simple array of "points" or "granules" which are equally spaced, which allow sinusoidal waves to propagate through them.
Im in a bit of a dillema at the moment, I am very solid with VB.NET, but I am not sure that it is capable of making this program. Also, is it true that VB files are quite large in comparison to other languages even though what the programs are doing are identicle? I also have no idea what programming language to use and I am also not sure if I am going to need other software (such as a game or physics engine possibly) to make this program. Visuals have never been my specialty but this project obviously demands them, is programming in 3D that difficult? Any help on this?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
If you know VB.NET, I'd stick with that and use DirectX for the graphics.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,721 posts

Quote

Also, is it true that VB files are quite large in comparison to other languages even though what the programs are doing are identicle?

Yes, usually. Slower, too. VB is also not as powerful as C/C++.

Quote

I also have no idea what programming language to use and I am also not sure if I am going to need other software (such as a game or physics engine possibly) to make this program.

Like WP said, if you know VB.NET stay with that. I'm going to warn you, though, don't expect to make the next Crysis with VB.

Quote

Visuals have never been my specialty but this project obviously demands them, is programming in 3D that difficult? Any help on this?

Depends on how realistic you want your graphics to be. There's a gajillion tutorials on the web for various libraries and stuff like that. Just google it and you'll see.
sudo rm -rf /