Go to file
Martin Felis eb67c1deaf Switch to the docking code of dear imgui 2018-12-15 15:58:47 +01:00
3rdparty Switch to the docking code of dear imgui 2018-12-15 15:58:47 +01:00
data Forward rendering with simple shadow mapping works now. 2018-09-14 09:57:32 +02:00
shaders Restructured code layout of shaders 2017-06-25 16:01:45 +02:00
src Switch to the docking code of dear imgui 2018-12-15 15:58:47 +01:00
tests Ripped away bgfx 2018-02-12 21:35:44 +01:00
.gitignore Working on gltf loading and debug gui for gltf assets 2018-03-22 23:05:45 +01:00
CMakeLists.txt Switch to the docking code of dear imgui 2018-12-15 15:58:47 +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!