b456d24934 | ||
---|---|---|
3rdparty | ||
data | ||
scripts | ||
shaders | ||
src | ||
tests | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
notes.txt |
README.md
ProtoT - Fun 3D programming prototyping environment Copyright (c) 2016 - Martin Felis martin@fysx.org
Needed Packages:
libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
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!