Ok, So at this stage, after a good bit of work over Christmas, I have the terrain rendering, a moveable camera, and now i have implemented weather as text. What this means is that when the program is in the current weather will be displayed on the screen as a text string. The next step is to properly analyze the strings so the program understands what type of weather we can see.
This will mostly involve interpreting text which is just going to be done by searching for regular expressions in the text file which contains the weather data that gets retrieved from an online source
Advertisement