Go to file
Martin Felis 2348929800 Removed old bgfx files 2018-03-01 13:16:42 +01:00
3rdparty Serializing camera parameters, added Textures and default texture 2018-02-19 14:33:29 +01:00
data Can draw colored stuff using VertexArrayMeshes 2018-02-28 12:39:12 +01:00
shaders Restructured code layout of shaders 2017-06-25 16:01:45 +02:00
src Removed old bgfx files 2018-03-01 13:16:42 +01:00
tests Ripped away bgfx 2018-02-12 21:35:44 +01:00
.gitignore ignoring more files 2017-04-11 10:57:29 +02:00
CMakeLists.txt red triangle ... yay 2018-02-13 12:05:07 +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!