R
R
Rinat Bakiev2020-04-30 13:29:34
Algorithms
Rinat Bakiev, 2020-04-30 13:29:34

Simulation or game engine?

Hello!

Please tell me how to implement the task of creating and modeling situations when the operation of mechanisms on the territory is simulated to calculate the volume of land transported and the costs of such transportation.

Mechanics: the territory is set (or a digital model is loaded), mechanisms are placed (excavator, bulldozer), traffic graphs, dump truck movements, terrain restrictions, etc. are drawn. Each technique has its own characteristics in terms of fuel consumption and so on (you can even simulate emergency situations) and as a result, we get the costs and the volume transported for specified periods of time.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Skusnov, 2020-04-30
@bakiev

In Matlab (Simulink) there are
1) Driving Scenario Designer
2) 3D editor
And models (physics, equations) - use whatever you like. (I like to describe algorithms in Stateflow state graph)

D
dmshar, 2020-04-30
@dmshar

A game engine is essentially a simulation. Only decorated with different pictures and with significantly lower requirements for accuracy.

X
xmoonlight, 2020-04-30
@xmoonlight

For efficiency: Js+canvas
For show: Unity

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question