In a post yesterday, I mentioned I'd found code for a more recent version of the PlaTec simulator. I've incorporated most of that updated code and done some minor refactoring to better modularize the program. Previously, the simulation and the UI had been a bit too intertwined, legacy of my not having done anything much in C++ for ages, and only second time using the GUI framework in question (FLKT).
Updated parameters dialog box |
So what did that get me? The updated PlaTec code brought better erosion algorithm, fewer visual anomalies, and slightly slower simulation. The refactoring will eventually allow console-based execution as well as the current interactive GUI mode. And I've made a few more parameters accessible via the GUI. However, two parameters that are the GUI no longer accomplish anything. I have to modify the updated PlaTec code to permit the parameters in question to be supplied via code, rather than treating them as hard-coded constants. One of the other features I'd originally considered for a future enhancement, a parameters file, I have decided to at least completed the code for writing to file. Reading in is likely still a future enhancement, but I'd like to know what parameters I used to create any given map.
Map created with earlier PlaTec code. Note lesser variation in elevation/color, and greater number of high plateaus. |
No comments:
Post a Comment