Go to file
Martin Felis ef4479ba71 Drawing of light framebuffers kind of works 2018-03-12 21:48:26 +01:00
3rdparty Using TextureRef for submitting the scene render to ImGui::Image() 2018-03-09 16:16:39 +01:00
data Drawing of light framebuffers kind of works 2018-03-12 21:48:26 +01:00
shaders Restructured code layout of shaders 2017-06-25 16:01:45 +02:00
src Drawing of light framebuffers kind of works 2018-03-12 21:48:26 +01:00
tests Ripped away bgfx 2018-02-12 21:35:44 +01:00
.gitignore ignoring more files 2017-04-11 10:57:29 +02:00
CMakeLists.txt New docks are now automatically added as tabs 2018-03-04 12:31:05 +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!