Skip to content

emiax/pink-fluid

 
 

Repository files navigation

#Pink Fluid In order to clone, compile and run this:

git clone --recursive https://github.com/emiax/pink-fluid.git
cd pink-fluid/build
cmake ..
make -j4
./pink-fluid

If you want to add tests, add these under test directory, these should have the suffix .cpp. The tests are run with Gtest, and for information on how to write these tests, check the documentation of Gtest.

If you want to run these tests, use the following commands

cd build
cmake ..
make -j4
./pink-fluid_test

This project requires cmake, git and svn

To change the projects name (and the corresponding execuatables), change the set(PROJECT_NAME_STR Opengl-Bootstrap) line.

##Based on LiTHehack/opengl-bootstrap

Macs and Linux is currently supported (Mac users need to change the OpengGL version in the Opengl-Bootstrap file). Windows support is currently very iffy. Pull Requests are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 73.9%
  • TeX 19.7%
  • C 5.8%
  • Other 0.6%