Go to file
Martin Felis 851a26c445 Minor cleanup 2019-04-23 23:30:36 +02:00
3rdparty glfw: disabled CMake warning 2019-04-23 23:13:58 +02:00
data Enabled cascaded shadow maps in forward rendering mode 2019-04-23 23:17:10 +02: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 Minor cleanup 2019-04-23 23:30:36 +02: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 CMake: disabled googletest for now, use GLVND when searching for OpenGL 2019-04-23 23:14:31 +02:00
README.md Added some minor instructions to README.md 2019-04-23 23:13:19 +02: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

Needed Packages:

libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev

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!