]> git.tdb.fi Git - libs/game.git/commit
Add an example application for physics
authorMikko Rasa <tdb@tdb.fi>
Sat, 15 Mar 2025 18:26:13 +0000 (20:26 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 15 Mar 2025 22:29:37 +0000 (00:29 +0200)
commitd82c2c3a9e0245f955e0c6508af4fae15d850e76
tree5fee1488218ec01e8e061eadc723ac1bb3cc1589
parent6f104c80f1e1a6928cb66003d8338a49a2dd813e
Add an example application for physics
22 files changed:
examples/playground/.gitignore [new file with mode: 0644]
examples/playground/Build [new file with mode: 0644]
examples/playground/data/blue_ball.toy.setup [new file with mode: 0644]
examples/playground/data/checker.glsl [new file with mode: 0644]
examples/playground/data/checker.shader [new file with mode: 0644]
examples/playground/data/checker.tech [new file with mode: 0644]
examples/playground/data/checker_blue.tech [new file with mode: 0644]
examples/playground/data/checker_brown.tech [new file with mode: 0644]
examples/playground/data/checker_red.tech [new file with mode: 0644]
examples/playground/data/edge.fixt.setup [new file with mode: 0644]
examples/playground/data/ground.fixt.setup [new file with mode: 0644]
examples/playground/data/playground.camera.setup [new file with mode: 0644]
examples/playground/data/playground.stage [new file with mode: 0644]
examples/playground/data/red_ball.toy.setup [new file with mode: 0644]
examples/playground/data/sun.light.setup [new file with mode: 0644]
examples/playground/source/fixture.cpp [new file with mode: 0644]
examples/playground/source/fixture.h [new file with mode: 0644]
examples/playground/source/playground.cpp [new file with mode: 0644]
examples/playground/source/playground.h [new file with mode: 0644]
examples/playground/source/setups.mgs [new file with mode: 0644]
examples/playground/source/toy.cpp [new file with mode: 0644]
examples/playground/source/toy.h [new file with mode: 0644]