fyziktom / VirtualEconomyFramework

Framework for economy applications
https://veframework.com/
MIT License
24 stars 7 forks source link

EntitiesBlocks Driver #151

Open fyziktom opened 1 year ago

fyziktom commented 1 year ago

We need the core for calculation with time block based data in many custom applications. It is very common core required for planning and control data. For example planning of the processes in factory, data consumption, energy consumption, budget planning, etc.

The basic objects in this core are:

These calculations will always require time to be processed, because all units must be still kept separately. The first driver will not focus to too much optimization. The correct calculations will be main focus. Optimization will be done during refactoring.

The goal of the driver is to keep it in common shape to allow use in different tasks as it was described above.