blob: 899c057a7e1734fda1c1e0c11bdde21930420e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
nature's course
for librarys ~
apt install libsdl2-dev libglm-dev libglew-dev
ideas
- make code compilable on various distrobutions (maybe wangblows if not too big of changes)
- camera zoom / movement
- maybe collision
- omnivores
- click to add new organisms
- randomly generate new types of creatures
- gui speed up / down
- DNA mutations with normal distrobution
- pick a c naming/coding standard and stick with it
- show framerate in gui
- multithreading
credit to iamn1ck for opengl and quadtree
credit to dakjos for assistance with theorycrafting the idea
|