A 2D/3D game engine
Go to file
2023-01-16 11:37:46 +00:00
dependencies Add assimp library 2022-11-20 13:26:52 +00:00
include Add grass, fix sphere gen 2023-01-16 11:37:46 +00:00
res/engine Fix bugs, add mesh gen 2023-01-06 16:45:39 +00:00
src Add grass, fix sphere gen 2023-01-16 11:37:46 +00:00
test Add grass, fix sphere gen 2023-01-16 11:37:46 +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 Move some code into source files. Make stb impl. 2023-01-08 15:22:44 +00:00
config.h.in Begin vulkan impl 2022-09-13 19:25:18 +01:00
README Update readme 2023-01-06 16:47:08 +00:00
run.sh more ecs stuff 2022-12-15 10:07:22 +00:00
TODO Work on vulkan 2022-10-09 16:35:50 +01:00

a random game engine thing. Now finally with ECS!

Use the 'dev' branch for WIP.