Skip to content

tobiasfremming/DolphinRayMarch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackerspace Shader Art OpenGL teplate

Animation Example

What do i do?

Clone the repo go the the res/shaders folder and create a new shader change the current shader in use in gamelogic.cpp Have fun

Windows

Install Microsoft Visual Studio Express and CMake. You may use CMake-gui or the command-line cmake to generate a Visual Studio solution.

Build

cd shaderopengl
cmake --build build

Run

cd shaderopengl/build/Debug
glowbox.exe

Linux:

Make sure you have a C/C++ compiler such as GCC, CMake and Git.

make run

which is equivalent to

git submodule update --init
cd build
cmake ..
make
./glowbox

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors