• Coding
  • Making a traffic simulation using C# GUI

Greetings
I have this project, i need to make a traffic simulation using C# windows form application...
I need some help, suggestions, references, ideas even source codes if possible
Anything that can help me is most welcome
Thanks in advance for anyone willing to help
Best regards
Charbeljabbour wroteGreetings
i need to make a traffic simulation using C# windows form
This line is all the info you gave in your question. There's really no way to answer that.

And btw, is it a requirement to do so in Windows form? I'm seeing it would be the worst tool for the job, as opposed to some simulator like Matlab or maybe a game engine. But then again it depends on what your requirements are, and what you've tried, which you didn't give any details about.
11 days later
vlatkozelka wrote
Charbeljabbour wroteGreetings
i need to make a traffic simulation using C# windows form
This line is all the info you gave in your question. There's really no way to answer that.

And btw, is it a requirement to do so in Windows form? I'm seeing it would be the worst tool for the job, as opposed to some simulator like Matlab or maybe a game engine. But then again it depends on what your requirements are, and what you've tried, which you didn't give any details about.
100% agreed on this. Matlab or even Mathematica is easier to use for this sort of simulations, especially if you plan to involve imagery. So first thing you need to do is describe fully what the project is. Not gonna lie, I smell a university project description, and in those cases I demand to see code first or at least your thought process. We are not here to do uni projects for anyone. We just help out with advice, getting over bumps, or spotting errors; hints are also on the menu.

Having said that, you can use C# in Matlab (though not sure about Octave), and visa versa. Check for more info here .

As vlatkozelka suggested, even Unity game engine might be used (based on C# if the language is a must).

So for more info, you will have to spill more beans.