Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 777 Bytes

File metadata and controls

26 lines (17 loc) · 777 Bytes

#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

OpenGL 3.3

GLEW

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