Reorganize Fitness

- background color
- functions to load shader and target
- split up rendering and evaluating chromosomes
This commit is contained in:
Joscha 2017-05-12 11:16:06 +00:00
parent bd45691996
commit 764b26c611
3 changed files with 124 additions and 40 deletions

View file

@ -10,7 +10,7 @@ SRCDIR = src
TMPDIR = build
TARGET = gross
#FILES = Chromosome Fitness Generation main
FILES = Genes Chromosome
FILES = Genes Chromosome Fitness main
#SOURCES = $(patsubst %,$(SRCDIR)/%.cpp,$(FILES))
OBJECTS = $(patsubst %,$(TMPDIR)/%.o,$(FILES))