Go to file
Martin Felis dba9f63746 Added very basic instructions 2016-10-21 22:12:06 +02:00
3rdparty Using smaller runtime reloading code based on http://github.com/skeeto/interactive-c-demo 2016-09-16 17:29:17 +02:00
data/textures intermediate commit. Kinda works with reloading both modules 2016-10-21 22:07:23 +02:00
shaders intermediate commit. Kinda works with reloading both modules 2016-10-21 22:07:23 +02:00
src intermediate commit. Kinda works with reloading both modules 2016-10-21 22:07:23 +02:00
.gitignore Added shaders, fixed shader compilation, exposed imgui to the test module 2016-09-08 23:35:12 +02:00
CMakeLists.txt Moved renderer to separate module, moved modules to src/modules 2016-09-23 09:06:46 +02:00
README.md Added very basic instructions 2016-10-21 22:12:06 +02:00

README.md

ProtoT - Fun 3D programming prototyping environment Copyright (c) 2016 - Martin Felis <martin@fysx.org

mkdir build/ cd build/ ccmake ../ -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

fg

cd -

./protot

Edit code in ../src/modules/

Enjoy!