Go to file
Martin Felis c7cbe4ac21 Rendercommand API 2019-03-20 08:15:54 +00:00
3rdparty Minor fixes, added physfs 2018-12-26 23:40:59 +01:00
data Fix specular lighting in forward mode and fix switching between forward and deferred lighting. 2018-12-15 22:52:37 +01:00
scripts Removed old 3rdparty code, added missing files 2018-12-26 23:36:54 +01:00
shaders Restructured code layout of shaders 2017-06-25 16:01:45 +02:00
src Rendercommand API 2019-03-20 08:15:54 +00:00
tests Ripped away bgfx 2018-02-12 21:35:44 +01:00
.gitignore Using Posix Signals to trigger module reload, exposing more gltf properties to the gui 2018-12-26 23:34:13 +01:00
CMakeLists.txt Minor fixes, added physfs 2018-12-26 23:40:59 +01:00
README.md Added RuntimeModule debug window 2016-11-06 11:34:51 +01:00
notes.txt Removed old 3rdparty code, added missing files 2018-12-26 23:36:54 +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!