207094b0c8 | ||
---|---|---|
3rdparty | ||
data | ||
shaders | ||
src | ||
tests | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
README.md
ProtoT - Fun 3D programming prototyping environment Copyright (c) 2016 - Martin Felis <martin@fysx.org
Needs inotifywait to work (in ubuntu provided by inotify-tools)
mkdir build/ cd build/ ln -s ../shaders ln -s ../data cmake ../ -DGLFW_BUILD_DOCS=OFF -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF make -j4 cd src/modules/ cp ../../../src/modules/autorebuild.sh . ./autorebuild.sh
press ctrl-z
bg
cd -
./protot
Edit code in ../src/modules/
Enjoy!