Go to file
Martin Felis 19f3ddb901 Refactored reload heuristic of modified modules
Previously I used a fixed time offset when a file change was detected.
Now I trigger a reload no module file size has changed over the last
5 updates.
2017-02-05 10:37:49 +01:00
3rdparty Added Google Test, a Transform struct with tests, and a basic mesh hierarchy 2017-01-03 22:47:17 +01:00
data/textures intermediate commit. Kinda works with reloading both modules 2016-10-21 22:07:23 +02:00
shaders Refactored line rendering, occluded lines are now dotted, added debug spheres 2017-01-21 23:22:32 +01:00
src Refactored reload heuristic of modified modules 2017-02-05 10:37:49 +01:00
tests Added Google Test, a Transform struct with tests, and a basic mesh hierarchy 2017-01-03 22:47:17 +01:00
.gitignore Added shaders, fixed shader compilation, exposed imgui to the test module 2016-09-08 23:35:12 +02:00
CMakeLists.txt Added Google Test, a Transform struct with tests, and a basic mesh hierarchy 2017-01-03 22:47:17 +01:00
README.md Added RuntimeModule debug window 2016-11-06 11:34:51 +01:00

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!