Carl Davidson

Results 131 comments of Carl Davidson

We might generate random hotspots on initialization, keep their positions constant throughout the simulation, then periodically fire them off, probably duplicating the timer logic from SupercontinentCycle to do so. It's...

You are correct. This can be added and in fact it was one of the long term directions I'd planned to take. I'm not that aware of the research but...

Roadmap: - age of crust - track internally - track within save state - visualize in custom shader - sediment fraction - track internally as it is created during erosion...

2a306a3 adds some means to view the age of crust. This is not yet viewable on the website. There's a few things that pop out at me from implementing this:...

OK, I'm still alive. I've been working off and on for over a year to implement this feature and fix the oceanic age problem. ab32f61a3457e9e39b7153e97ea4cd341ad66348 on the tests/field branch is...

All this has yet to be released. The only change I need to make before releasing it is to update the save file parser so it works with sima/sial.

I've fixed the save file reader/writer. Pushing to prod. Brace for impact...

Blog post [here](http://davidson16807.github.io/tectonics.js/blog/news.html) remaining work: - use sima/sial fraction to derive bedrock color - sediment - track internally as it is created during erosion - track within save state -...

Oh dear, that alt/npp thing is a bug. There's a shader error if you pop open developer tools in the browser. Probably something to do with the cleanup I've been...

Last release is tagged 2.0, 323b648ab087aee54a6454eead79fb2d6b382b86 on the master branch. I've been doing some refactoring and performance optimization since then.