Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 534 Bytes

Artificial-Life-2D

About

Artificial-Life-2D is Win32 program that creates a fullscreen OpenGL window like a screensaver with some nice context.

Controls

Escape - exit application
SPACE - select random scene
Left/Right - select prev or next scene
Up/Down - speed up or down animation
F11 - toggle fullscreen
F12 - toggle scene change lock

Compile

g++ -o output.exe main.cpp -mwindows -lopengl32 -Os -s

Screenshots

screenshot screenshot screenshot