Go to file
2024-03-01 16:15:21 +08:00
easyx Try building on Linux/mingw 2024-03-01 14:38:18 +08:00
util Initial work on physics 2024-02-29 16:17:55 +08:00
_clang-format Initial commit 2024-02-29 09:48:29 +08:00
.clangd More updates to the mingw environment 2024-03-01 15:06:58 +08:00
.gitattributes Initial commit 2024-02-29 09:48:29 +08:00
.gitignore Ignore DLLs 2024-03-01 14:39:28 +08:00
Entity.h Rename Component_Physics.h includes 2024-02-29 16:59:04 +08:00
Input.c Finish input 2024-03-01 16:15:21 +08:00
Input.h Finish input 2024-03-01 16:15:21 +08:00
JacksEscape.sln Initial commit 2024-02-29 09:48:29 +08:00
JacksEscape.vcxproj Rename phycics files 2024-02-29 16:55:50 +08:00
JacksEscape.vcxproj.filters Rename phycics files 2024-02-29 16:55:50 +08:00
LICENSE.txt Initial commit 2024-02-29 09:48:29 +08:00
Main.cpp More updates to the mingw environment 2024-03-01 15:06:58 +08:00
Makefile Try building on Linux/mingw 2024-03-01 14:38:18 +08:00
Makefile.flags More updates to the mingw environment 2024-03-01 15:06:58 +08:00
Physics_Component.c Initial work on player & input 2024-03-01 14:37:59 +08:00
Physics_Component.h Initial work on player & input 2024-03-01 14:37:59 +08:00
Physics_Move.c Initial work on player & input 2024-03-01 14:37:59 +08:00
Player_Component.h Initial work on player & input 2024-03-01 14:37:59 +08:00
Types.c More updates to the mingw environment 2024-03-01 15:06:58 +08:00
Types.h More updates to the mingw environment 2024-03-01 15:06:58 +08:00