Skip to content

CDVoidwalker/PixelGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published