protot/README.md

27 lines
459 B
Markdown
Raw Permalink Normal View History

2016-08-29 22:31:11 +02:00
ProtoT - Fun 3D programming prototyping environment
Copyright (c) 2016 - Martin Felis <martin@fysx.org
2016-11-06 11:34:51 +01:00
Needs inotifywait to work (in ubuntu provided by inotify-tools)
2016-10-21 22:12:06 +02:00
mkdir build/
cd build/
2016-10-21 22:23:04 +02:00
ln -s ../shaders
ln -s ../data
2016-10-21 22:16:45 +02:00
cmake ../ -DGLFW_BUILD_DOCS=OFF -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF
2016-10-21 22:12:06 +02:00
make -j4
cd src/modules/
cp ../../../src/modules/autorebuild.sh .
./autorebuild.sh
press ctrl-z
2016-10-21 22:19:29 +02:00
bg
2016-10-21 22:12:06 +02:00
cd -
./protot
Edit code in ../src/modules/
Enjoy!