#Genetic World Simulator
World Simulation Visualization with mutating organisms, based on an Entity-Component Architecture and data/task parallelism.
##Install/Prerequisites SDL 2.0.3
Intel C++ Studio XE 2013 for Linux
##Get/Build git clone https://github.com/accoleon/worldsim make
##Run ./worldsim integer integer is the number of entities of each type created. Note: anything past 100000 creates slowdown on most standard hardware It no integer is given it will default to 5000
##References SFML 2.1 Tutorials