Add PhysicsDemo (first ECS demo)

This commit is contained in:
Jérôme Leclercq
2021-06-20 13:35:49 +02:00
parent fe06cc210d
commit d6248a061d
3 changed files with 418 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
target("PhysicsDemo")
set_group("Examples")
set_kind("binary")
add_deps("NazaraGraphics", "NazaraPhysics3D")
add_packages("entt")
add_files("main.cpp")