A 2D/3D game engine
Go to file
2024-03-14 19:37:44 +00:00
dependencies change coordinate system to Z-up 2023-09-19 13:53:19 +01:00
doc Add test models and try to improve player controller 2024-03-14 19:37:44 +00:00
include fix collision tree 2024-03-14 04:25:02 +00:00
res/engine Add test models and try to improve player controller 2024-03-14 19:37:44 +00:00
screenshots Add test scene, update readme 2023-05-29 15:21:50 +01:00
src fix collision tree 2024-03-14 04:25:02 +00:00
test Add test models and try to improve player controller 2024-03-14 19:37:44 +00:00
.clang-format Cleanup libs; change clangformat 2023-10-02 12:54:37 +01:00
.gitattributes upload blender files with git lfs 2023-05-29 15:55:33 +01:00
.gitignore ignore aps files 2023-02-19 18:29:25 +00:00
.gitmodules remove freetype, begin font code 2023-05-14 14:40:16 +01:00
cloc Add test models and try to improve player controller 2024-03-14 19:37:44 +00:00
CMakeLists.txt add bvh tree for collisions, begin basic debug rendering support 2024-03-03 23:22:23 +00:00
config.h.in begin changing style 2023-04-29 15:22:25 +01:00
README.md Add test scene, update readme 2023-05-29 15:21:50 +01:00
Rendering Plan.txt optimise ecs; build static mesh render lists 2023-08-22 23:41:08 +01:00
testfile.txt Test commit 2024-02-24 15:25:51 +00:00
TODO Update TODO 2023-03-26 13:26:17 +01:00

a random game engine thing. Now finally with ECS!

Use the 'dev' branch for WIP.

Uses the Google Style Guide

A screenshot