Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 484 Bytes

PixelGL is made for educational purposes, to provide simple visual interface to learn programming.

Compiling

Supported compiler toolchain is GCC / Mingw(Windows) with use of cmake.

Dependencies

sudo apt-get install build-essential make cmake libglfw3-dev libglew2.1 libglew-dev zlib1g zlib1g-dev libpng-dev libpng++-dev

Compilation

cmake . -Bbuild && cd build && make

Showcase

Platformer gif game of life gif