Terasology / IRLCorp

Industrialized Reduction of Labor Corporation - Helping workmen everywhere
1 stars 4 forks source link

Integrate windmill movement with simulated wind data via `WeatherManager` #2

Open Josharias opened 9 years ago

Josharias commented 9 years ago

I want the windmill to change its speed every so often so that it can simulate changing wind conditions.

msteiger commented 9 years ago

This has been started by @LinusVanElswijk in the WeatherManager module already. It's based on Markov chains that simulate rain and wind and cloud coverage.

I'm working on it every now and then; it would be more interesting if wind had an effect on something :smile:

LinusVanElswijk commented 9 years ago

I can integrate the weather system. Having a concrete use case for wind simulation also makes it easier to define a good interface for the WeatherManager too.

jdrueckert commented 2 years ago

While there doesn't seem to be a dependency relation between WeatherManager and ClimateConditions, I'll argue that finishing up what was started in https://github.com/Terasology/ClimateConditions/pull/18 is a somewhat relevant and reasonable prerequisite for this integration anyway. So I'll consider this blocked for the time being.