Add Physics2D components and systems (WIP)

This commit is contained in:
Jérôme Leclercq
2022-03-16 08:24:57 +01:00
parent 9b1583501b
commit 19f6bdf7e0
12 changed files with 476 additions and 14 deletions

View File

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