A 2D/3D game engine
Go to file
2023-02-13 11:27:18 +00:00
dependencies Add assimp library 2022-11-20 13:26:52 +00:00
include Do things 2023-02-13 11:27:18 +00:00
res/engine Begin collision rewrite 2023-02-02 17:32:19 +00:00
src Do things 2023-02-13 11:27:18 +00:00
test Do things 2023-02-13 11:27:18 +00:00
.gitattributes Re-upload large files with LFS 2022-11-22 21:51:31 +00:00
.gitignore Move engine resources out of test 2022-11-30 11:59:41 +00:00
.gitmodules Add assimp library 2022-11-20 13:26:52 +00:00
CMakeLists.txt Do things 2023-02-13 11:27:18 +00:00
config.h.in Begin vulkan impl 2022-09-13 19:25:18 +01:00
debug.sh Get event system working; add collision events 2023-02-09 15:21:37 +00:00
prebuild.sh Edit prebuild script 2023-02-04 13:39:20 +00:00
README Update readme 2023-01-06 16:47:08 +00:00
release.sh Get event system working; add collision events 2023-02-09 15:21:37 +00:00
TODO update todo 2023-02-09 15:29:19 +00:00

a random game engine thing. Now finally with ECS!

Use the 'dev' branch for WIP.