Go to file
Martin Felis 94affb09da Refactored IK, added gizmo to edit IK target, disabled IK for now 2017-05-07 11:36:24 +02:00
3rdparty tweaked docking so that windows do not float by default 2017-04-11 12:55:30 +02:00
data Added basic walk animation controller 2017-03-11 22:16:12 +01:00
shaders fixed lights. Diffuse, shadows, work, specular a bit off 2017-02-22 14:13:02 +01:00
src Refactored IK, added gizmo to edit IK target, disabled IK for now 2017-05-07 11:36:24 +02:00
tests Updated bgfx and bx 2017-04-11 08:16:34 +02:00
.gitignore ignoring more files 2017-04-11 10:57:29 +02:00
CMakeLists.txt another update of bgfx and added its bimg dependency 2017-04-11 09:15:27 +02: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!