Example of First Person 3D game with DALI 56/95556/28
authoradam.b <adam.b@samsung.com>
Thu, 3 Nov 2016 20:18:03 +0000 (20:18 +0000)
committeradam.b <adam.b@samsung.com>
Tue, 22 Nov 2016 16:04:05 +0000 (16:04 +0000)
commitd9253e5ef3a09dd18b4e0c59eabc8379d0c8138a
tree754c2c057452b3937586e44c444dfbc2b3ec9ccb
parenta4b20502030c575142a464e5c2f1384c74d3a151
Example of First Person 3D game with DALI

- Features 3D environment with simple lightmapping
- Multi-touch first person camera control scheme
- Uses free textures on the GPL license ( blendernation )
- Models are custom made
- Tutorial screen made using DALi toolkit controls ( text labels ).
- Uses PicoJSON parser ( https://github.com/kazuho/picojson )

Change-Id: I6e3503608cd22dc63f371132376d475c890a0474
58 files changed:
build/tizen/CMakeLists.txt
com.samsung.dali-demo.xml
demo/dali-demo.cpp
examples/fpp-game/fpp-game-example.cpp [new file with mode: 0644]
examples/fpp-game/fpp-game-tutorial-controller.cpp [new file with mode: 0644]
examples/fpp-game/fpp-game-tutorial-controller.h [new file with mode: 0644]
examples/fpp-game/game-camera.cpp [new file with mode: 0644]
examples/fpp-game/game-camera.h [new file with mode: 0644]
examples/fpp-game/game-container.h [new file with mode: 0644]
examples/fpp-game/game-entity.cpp [new file with mode: 0644]
examples/fpp-game/game-entity.h [new file with mode: 0644]
examples/fpp-game/game-model.cpp [new file with mode: 0644]
examples/fpp-game/game-model.h [new file with mode: 0644]
examples/fpp-game/game-renderer.cpp [new file with mode: 0644]
examples/fpp-game/game-renderer.h [new file with mode: 0644]
examples/fpp-game/game-scene.cpp [new file with mode: 0644]
examples/fpp-game/game-scene.h [new file with mode: 0644]
examples/fpp-game/game-texture.cpp [new file with mode: 0644]
examples/fpp-game/game-texture.h [new file with mode: 0644]
examples/fpp-game/game-utils.cpp [new file with mode: 0644]
examples/fpp-game/game-utils.h [new file with mode: 0644]
examples/fpp-game/third-party/picojson.h [new file with mode: 0644]
packaging/com.samsung.dali-demo.spec
resources/game/Cube.mod [new file with mode: 0644]
resources/game/lm_back_wall.png [new file with mode: 0644]
resources/game/lm_corridor_0.png [new file with mode: 0644]
resources/game/lm_corridor_1.png [new file with mode: 0644]
resources/game/lm_crate.001.png [new file with mode: 0644]
resources/game/lm_crate.002.png [new file with mode: 0644]
resources/game/lm_crate.003.png [new file with mode: 0644]
resources/game/lm_crate.004.png [new file with mode: 0644]
resources/game/lm_crate.005.png [new file with mode: 0644]
resources/game/lm_crate.006.png [new file with mode: 0644]
resources/game/lm_crate.007.png [new file with mode: 0644]
resources/game/lm_crate.008.png [new file with mode: 0644]
resources/game/lm_crate.009.png [new file with mode: 0644]
resources/game/lm_crate.010.png [new file with mode: 0644]
resources/game/lm_crate.011.png [new file with mode: 0644]
resources/game/lm_left_corridor.png [new file with mode: 0644]
resources/game/lm_right_corridor.png [new file with mode: 0644]
resources/game/lm_side_wall_floor.png [new file with mode: 0644]
resources/game/lm_slope.png [new file with mode: 0644]
resources/game/scene.json [new file with mode: 0644]
resources/game/tile_1.005.mod [new file with mode: 0644]
resources/game/tile_1.009.mod [new file with mode: 0644]
resources/game/tile_1.010.mod [new file with mode: 0644]
resources/game/tile_1.011.mod [new file with mode: 0644]
resources/po/as.po
resources/po/de.po
resources/po/en_GB.po
resources/po/en_US.po
resources/po/es.po
resources/po/fi.po
resources/po/ko.po
resources/po/ml.po
resources/po/ur.po
resources/po/zn_CH.po
shared/dali-demo-strings.h