Tag: open source

  • Setup for Pioneer development

    I did a little development while on holiday for a FOSS game I like, called Pioneer. I wanted to carry on when I got back, so I set about creating a dev environment for it. Here are my notes on that. IDE First I got Eclipse. Then I enabled C++ development using CDT. Lua Pioneer…

  • Evolutionary Cline Simulator

    I recently had time to code a biological cline simulator. It runs locally on your machine, and is written in JavaScript. For this reason, don’t expect usable performance from phones and tablets! Example Here’s the result of one run after a few thousand steps. Selection Pressure The selection pressure image describes the selection pressure within…