Skip to content

pendingchaos/WIP8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WIP8

A work in progress using C++ and OpenGL.

The program has only been tested on Linux and should only run on Linux. The program requires a c++11 compiler, SDL2, SOIL, glm, JsonCPP, libdl, a c standard library implementation, a c++ standard library implementation, and an OpenGL implementation supporting OpenGL 2.1 or higher.

Most of them can be install by running this command:

sudo yum install SDL2-devel SOIL-devel glm-devel jsoncpp-devel

The rest should already be installed.

The scripts require Python 2.7 but they might work with a different one.

The binaries do not require SOIL.

To compile go to the directory (in a terminal) containing the python scripts then run:

python compile.py

If you have Code::Blocks or an IDE that supports Code::Blocks projects, you can open WIP8.cbp and compile using that IDE.

Screenshot:

screenshot

About

A work in progress using C++ and OpenGL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published