| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Conflagrant graphics engine (OpenGL 4.0+).
Depending on your GPU you first need to run one of these commands:
pacaur -S ocl-icd opencl-headers glew glm jsoncpp assimp
git clone --recursive -j8 https://github.com/bwiberg/conflagrant.git
cd conflagrant
mkdir build && cd build
cmake ..
makeDoes not work at the moment, but the following should be a good start
brew install glm jsoncpp assimp
git clone --recursive -j8 https://github.com/bwiberg/conflagrant.git
cd conflagrant
mkdir build && cd build
cmake ..
makeDoes not work at the moment, but the following should be a good start
Install these libraries (preferred way is to build from source). Add their base directories to the Path env. variable.
Using Git for Windows (or similar), run the following:
git clone --recursive -j8 https://github.com/bwiberg/conflagrant.gitNext step is to build using CMake using one of the alternatives below:
cd conflagrant/build/examples
./exampleN| Back | FazBrowse Home | New Git URL |